The EmailContent type exposes the following members.
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.
|