In The Hand - .NET Components for Mobility
EmailMessage Class
NamespacesInTheHand.WindowsMobile.PocketOutlookEmailMessage
Represents an e-mail message. The EmailMessage class inherits from the Message class.
Declaration Syntax
C#Visual Basic
public sealed class EmailMessage : Message, IDisposable
Public NotInheritable Class EmailMessage _
	Inherits Message _
	Implements IDisposable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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.

Attachments
Gets the message's collection of attachments.

Bcc
Meeting Gets the collection of blind carbon-copied recipients for the e-mail message.

BodyRaw
Returns the original message body, either HTML or as plain text.

BodyText
Gets the message body as plain text.

CC
Meeting Gets the collection of carbon-copied recipients for the e-mail message.

Delete()()()
Deletes the message from the device.
(Inherited from Message.)
Dispose()()()
(Inherited from Message.)
DownloadState
Returns the download state of the message.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
From
Gets the Recipient who sent the message.
(Inherited from Message.)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(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.

NativeMessageFormat
Returns the format in which the message is natively stored.

Requires Windows Mobile 6


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 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
Meeting Gets the collection of primary recipients (those addressed in the To: line) for the message.
(Inherited from Message.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Update()()()
Update Commits changes made to a message but doesn't send it.

Inheritance Hierarchy
Object
Message
 EmailMessage

Assembly: InTheHand.WindowsMobile (Module: InTheHand.WindowsMobile) Version: 3.2.0.0