Dynamicweb 8 Documentation
Message Class Members
Properties  Methods 


The following tables list the members exposed by Message.

Public Constructors
 NameDescription
Public ConstructorMessage ConstructorCreates a new Message instance.  
Top
Public Properties
 NameDescription
Public PropertyDomainUrlGets or sets the domain URL.  
Public PropertyFileAttachmentPathsGets the file attachment paths.  
Public PropertyHtmlBodyGets or sets the HTML body.  
Public PropertyIdGets the id.  
Public PropertyIsNewGets a value indicating whether this instance is new.  
Public PropertyIsPreprocessedGets or sets a value indicating whether this instance is preprocessed.  
Public PropertyLinkParametersGets a dictionary containing all additional parameters that will be added to the links. These parameters are not applied in Preview mode.  
Public PropertyLinksGets the links.  
Public PropertyPreprocessedHtmlBodyGets the preprocessed HTML body. This content is produced by the MessagePreprocessor which is called by the MessagingHandler.  
Public PropertyRecipientsSourceGets or sets the recipients source. This value indicated the source of the RecipientCollection that this Message is merged with by the MessagingHandler.  
Public PropertySenderEmailGets or sets the sender email.  
Public PropertySenderNameGets or sets the name of the sender.  
Public PropertySubjectGets or sets the subject.  
Public PropertyTagsGets a dictionary containing all message body tags. These tags will be rendered into the message by the message merger. The tag values can contain the tags available in the Constants class. All tag constants start with "TAG_".  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)GetMessageByIdGets the message by id.  
Top
See Also

Reference

Message Class
Dynamicweb.EmailMessaging Namespace

Send Feedback