Dynamicweb.EmailMessaging Namespace : Message Class |
The following tables list the members exposed by Message.
Name | Description | |
---|---|---|
Message Constructor | Creates a new Message instance. |
Name | Description | |
---|---|---|
DomainUrl | Gets or sets the domain URL. | |
FileAttachmentPaths | Gets the file attachment paths. | |
HtmlBody | Gets or sets the HTML body. | |
Id | Gets the id. | |
IsNew | Gets a value indicating whether this instance is new. | |
IsPreprocessed | Gets or sets a value indicating whether this instance is preprocessed. | |
LinkParameters | Gets a dictionary containing all additional parameters that will be added to the links. These parameters are not applied in Preview mode. | |
Links | Gets the links. | |
PreprocessedHtmlBody | Gets the preprocessed HTML body. This content is produced by the MessagePreprocessor which is called by the MessagingHandler. | |
RecipientsSource | Gets or sets the recipients source. This value indicated the source of the RecipientCollection that this Message is merged with by the MessagingHandler. | |
SenderEmail | Gets or sets the sender email. | |
SenderName | Gets or sets the name of the sender. | |
Subject | Gets or sets the subject. | |
Tags | Gets 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_". |
Name | Description | |
---|---|---|
GetMessageById | Gets the message by id. |