The NetMapiMessage class implements the email message object that is sent using the application installed in the operating system as a default mail client.
| Property name | Brief description | |
| The Attachments property returns the attachments collection sent with an email message. | ||
| The Bcc property returns the collection of the email addresses, to which the blind copy of email message is sent. | ||
| The Body property determines an email message text. | ||
| The CC property returns the collection of the email addresses, to which the copy of email message is sent. | ||
| The From_ property determines a sender email address. | ||
| The Subject property determines the email message subject header. | ||
| The To_ property returns the email addresses collection of recipients. |
See also: