DMRMessageDetails Class

Alterian Email Manager 6.2.3 SDK Help File
Represents the details of a message sent to a recipient.
Inheritance Hierarchy
SystemObject
  DMLibraryDMRMessageDetails

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class DMRMessageDetails

The DMRMessageDetails type exposes the following members.

Fields
NameDescription
Public fieldDeploymentInfo
A description of the deployment for this message.
Public fieldEventHistory
All of the events generated by this user for this message.
Public fieldFromAlias
Alias of the sender.
Public fieldFromEmail
Email of the sender.
Public fieldHtmlTemplate
Name of the HTML template sent.
Public fieldMessageID
ID of the message.
Public fieldReplyTo
"Reply to" email address of the message.
Public fieldSubject
Subject line of the message.
Public fieldTextTemplate
Name of the text template sent.
Public fieldToAlias
Alias of the recipient.
Public fieldToEmail
Email of the recipient.
Top
See Also