NetMapiMessage

Description

The NetMapiMessage class implements the email message object, that is sent using the application installed in the operating system as a default mail client.

Properties inherited from INetMapiMessage

  Property name Brief description
The Attachments property returns the attachments collection being 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 the 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 the sender email address.
The Subject property determines the email message subject header.
The To_ property returns the email addresses collection of recipients.

See also:

Net Assembly Classes