EmailMessage Members
3/29/2010
Represents an e-mail message. The EMailMessage class inherits from the Message class.
The following tables list the members exposed by the EmailMessage type.
Public Constructors
Name | Description | |
---|---|---|
EmailMessage | Initializes a new instance of the EmailMessage class. |
Top
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. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
Send | Overloaded. |
![]() |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Message) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
EmailMessage Class
Microsoft.WindowsMobile.PocketOutlook Namespace