IMessage
IMessage class
Represents a common message interface
Methods
| Name | Description |
|---|---|
| get_Attachments | Gets message attachments |
| get_Bcc | Gets BCC recipients |
| get_Body | Gets a message body |
| get_BodyType | Gets the type of the body. |
| get_CC | Gets CC recipients |
| get_Date | Gets the date and time when message was delivered |
| get_From | Gets a from address |
| get_HtmlBody | Gets a html formatted message body |
| get_Subject | Gets a message subject |
| get_To | Gets recipients |
| Save (2 overloads) | Saves message to the specified stream |
| set_Body | Sets a message body |
| set_From | Sets a from address |
| set_HtmlBody | Sets a html formatted message body |
| set_Subject | Sets a message subject |