INetMailMessage

Description

The INetMailMessage interface contains email message properties.

Properties

  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 BodyEncoding property determines the code page used for the letter body coding.
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 IsBodyHtml property determines whether the message is sent in HTML format.
The Priority property determines the priority of the email message.
The ReplyTo property determines the address to which the letter response is sent.
The Sender property determines the address, to which the email server notification is sent in case of message delivery failure.
The Subject property determines the email message subject header.
The SubjectEncoding property determines the code page used for the letterhead coding.
The To_ property returns the email addresses collection of recipients.

See also:

Net Assembly Interfaces