The EmailContent type exposes the following members.

Constructors

  NameDescription
Public methodEmailContent
Initializes a new instance of the EmailContent class.

Methods

  NameDescription
Public methodCloneForResponse
Clones this content to be used in a response email.
Public methodEquals
The Equals method determines whether the specified System.Object is equal to the current EmailContent object.
(Overrides Object..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides Object..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBccRecipients
Gets the 'bcc' recipients.
Public propertyBodies
Gets the bodies of a multi-part email message.
Public propertyBody
Gets or sets the text body of the Email message.
Public propertyCcRecipients
Gets the 'cc' recipients.
Public propertyDateReceived
Gets the time that this email was received.
Public propertyDigitalSignatures
Gets the read only collection of digital signatures.
Public propertyEncryptionCertificate
Gets the encryption certificate.
Public propertyFileAttachments
Gets the read only collection of file attachments.
Public propertyInteractionId
Gets the ID of the Interaction.
Public propertyMessageAttachments
Gets the read only collection of message attachments.
Public propertyReplyToRecipients
Gets the 'reply-to' recipients.
Public propertySender
Gets or sets the sender.
Public propertySubject
Gets or sets the subject.
Public propertyToRecipients
Gets the 'to' recipients.

See Also