Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
3/29/2010

Public Properties

  Name Description
Attachments Gets the message's collection of attachments.
Bcc Gets the collection of blind carbon-copied recipients for the e-mail message.
BodyText Gets the message text body.
CC Gets the collection of carbon-copied recipients for the e-mail message.
From  Gets the Recipient who sent the message.(inherited from Message)
Importance Gets or sets the importance level for the message.
ItemId  Gets the the message’s Item ID.(inherited from Message)
LastModified  Gets the date the message was sent.(inherited from Message)
Read  Gets or sets the read state of the message.(inherited from Message)
Received  Gets the date that the message was received.(inherited from Message)
Sensitivity Gets or sets the sensitivity level assigned to the message. The default value is Normal.
Subject Gets the message subject.
To Gets the collection of primary recipients (those addressed in the To: line) for the e-mail message.

See Also