INetMapiMessage

Description

The INetMapiMessage interface contains properties of the email message that is sent using the application installed in the operating system as a default mail client.

Properties

  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:

Net Assembly Interfaces