The EmailContent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EmailContent |
Initializes a new instance of the EmailContent class.
|
Methods
Name | Description | |
---|---|---|
![]() | CloneForResponse |
Clones this content to be used in a response email.
|
![]() | Equals |
The Equals method determines whether the specified System.Object is equal to the current EmailContent object.
(Overrides Object..::..Equals(Object).) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Overrides Object..::..GetHashCode()()()().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | BccRecipients |
Gets the 'bcc' recipients.
|
![]() | Bodies |
Gets the bodies of a multi-part email message.
|
![]() | Body |
Gets or sets the text body of the Email message.
|
![]() | CcRecipients |
Gets the 'cc' recipients.
|
![]() | DateReceived |
Gets the time that this email was received.
|
![]() | DigitalSignatures |
Gets the read only collection of digital signatures.
|
![]() | EncryptionCertificate |
Gets the encryption certificate.
|
![]() | FileAttachments |
Gets the read only collection of file attachments.
|
![]() | InteractionId |
Gets the ID of the Interaction.
|
![]() | MessageAttachments |
Gets the read only collection of message attachments.
|
![]() | ReplyToRecipients |
Gets the 'reply-to' recipients.
|
![]() | Sender |
Gets or sets the sender.
|
![]() | Subject |
Gets or sets the subject.
|
![]() | ToRecipients |
Gets the 'to' recipients.
|