Click or drag to resize

Message Properties

The Message type exposes the following members.

Properties
  NameDescription
Public propertyApplication
Gets/Sets the IAppContext object
Public propertyAttachments
Gets/Sets the attachment collection
Public propertyBcc
Gets/Sets the original BCC set of addresses. This is BEFORE addresses are removed because of the no send list.
Public propertyCategories
Returns a list of categories to log / send with this message
Public propertyCategoryID
Gets/Sets the category id used to send the email (optional)
Public propertyCC
Gets/Sets the original CC set of addresses. This is BEFORE addresses are removed because of the no send list.
Public propertyDateSent
Gets/Sets the sent date of the message (in UTC)
Public propertyFrom
Gets/Sets the From address to use.
Public propertyMailMessage
Gets the mail message. You cannot set this object. To create a message before sending you should call the PrepareMessage method.
Public propertyMapper
Gets/Sets the mapper object
Public propertyMessageID
Gets/Sets the unique message ID (GUID)
Public propertyPlainTextBody
The plain text body of the message
Public propertyRelationships
Collection of relationships to add during the log
Public propertyRemovedAddresses
Gets/Sets email addresses that were removed due to no send list.
Public propertySendEmailFlags
Gets/Sets email flags specific to this send
Public propertyServiceName
Gets/Sets the Service Name through which the email will be sent
Public propertyStatus
Gets/Sets the status of the message (by default this is 0, meaning sent, but added to support logging of received emails)
Public propertyTemplateData
Gets/Sets the name/value collection of data to be merged into the template.
Public propertyTemplateName
Gets/Sets the template name used to send the email.
Public propertyTo
Gets/Sets the original To set of addresses. This is BEFORE addresses are removed because of the no send list.
Public propertyUnsubscribeEmail
The unsubscribe email address
Public propertyUnsubscribeUrl
The unsubscribe URL
Top
See Also