Represents an e-mail message.
The EmailMessage class inherits from the Message class.
| C# | Visual Basic |
public sealed class EmailMessage : Message, IDisposable
Public NotInheritable Class EmailMessage _ Inherits Message _ Implements IDisposable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| EmailMessage()()()() |
Initializes a new instance of the EmailMessage class.
| |
| EmailMessage(ItemId) |
Initializes a new instance of the EmailMessage class, using on an existing native object.
| |
| Account |
Returns the account which contains this message.
(Inherited from Message.) | |
| Attachments |
Gets the message's collection of attachments.
| |
| Bcc | Gets the collection of blind carbon-copied recipients for the e-mail message.
| |
| BodyHtml |
Returns the HTML body text.
Supported on Windows Mobile 6 and above.
| |
| BodyRaw |
Returns the original message body, either HTML or as plain text.
| |
| BodyText |
Gets the message body as plain text.
| |
| CC | Gets the collection of carbon-copied recipients for the e-mail message.
| |
| ContextMenuDisable |
Indicate that various menu commands should be greyed out for the message.
(Inherited from Message.) | |
| CopyTo(EmailMessageFolder) |
Copies the message to the specified EmailMessageFolder.
| |
| CopyTo(MessageFolder) |
Copies the message to the specified folder.
(Inherited from Message.) | |
| Delete()()()() |
Deletes the message from the device.
(Inherited from Message.) | |
| Dispose(Boolean) | Releases the unmanaged resources used by the EmailMessage and optionally releases the managed resources (Overrides Message.Dispose(Boolean).) | |
| Dispose()()()() | (Inherited from Message.) | |
| DownloadState |
Returns the download state of the message.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Message.) | |
| From |
Gets the Recipient who sent the message.
(Inherited from Message.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Importance |
Gets or sets the importance level for the message.
| |
| ItemId |
Gets the message’s Item ID.
(Inherited from Message.) | |
| LastModified |
Gets the date the message was sent.
(Inherited from Message.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| MimeText |
Returns the raw MIME text.
| |
| MoveTo(EmailMessageFolder) |
Moves the message to the specified EmailMessageFolder.
| |
| MoveTo(MessageFolder) |
Moves the message to the specified folder.
(Inherited from Message.) | |
| NativeMessageFormat |
Returns the format in which the message is natively stored.
| |
| ParentFolder |
Returns the parent folder for this message.
| |
| PendingBodyFormat |
Returns the format in which the pending body is stored.
| |
| Properties |
Gets the MailPropertySet.
This object is used for accessing mail item properties.
(Inherited from Message.) | |
| Read |
Gets or sets the read state of the message.
(Inherited from Message.) | |
| Received |
Gets or sets the date that the message was received.
(Inherited from Message.) | |
| RemoteDelete()()()() |
Marks a message to be deleted from the remote server.
| |
| RemoteDownload()()()() |
Marks a message for remote download.
| |
| Send(String) |
Sends an email message for the specified e-mail account, using the name of the account.
| |
| Send(EmailAccount) |
Send the E-Mail message using the specified account
| |
| Sensitivity |
Gets or sets the sensitivity level assigned to the message.
The default value is Normal.
| |
| Size |
Total size of message on the server.
| |
| Subject |
Gets the message subject.
| |
| To | Gets the collection of primary recipients (those addressed in the To: line) for the message.
| |
| ToString()()()() | (Inherited from Object.) | |
| Update()()()() | Commits changes made to a message but doesn't send it.
|
Gets the collection of blind carbon-copied recipients for the e-mail message.
Commits changes made to a message but doesn't send it.