The Message type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Message |
Properties
| Name | Description | |
|---|---|---|
| AttachmentList |
Semi-colon separated list of attached files.
| |
| AttachmentText |
Text of attachment, if no file is available
| |
| FormatAsHTML |
Indicates whether email should be formatted as HTML or as text.
| |
| Message |
Message body of email
| |
| Priority |
Priority of the message
| |
| RecipientAddressList |
Semi-colon separated list of recipients
| |
| RecipientBCCList |
Semi-colon separated list of blind CC emails.
| |
| RecipientCCList |
Semi-colon separated list of CC emails.
| |
| ReturnReceipt |
Request return reciept
| |
| SenderEmail |
Email address of person sending the message.
| |
| SenderName |
Name of person sending the message (not email address)
| |
| Subject |
Subject of email
|