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
ms886556.pubproperty(en-us,MSDN.10).gif Attachments Gets the message's collection of attachments.
ms886556.pubproperty(en-us,MSDN.10).gif Bcc Gets the collection of blind carbon-copied recipients for the e-mail message.
ms886556.pubproperty(en-us,MSDN.10).gif BodyText Gets the message text body.
ms886556.pubproperty(en-us,MSDN.10).gif CC Gets the collection of carbon-copied recipients for the e-mail message.
ms886556.pubproperty(en-us,MSDN.10).gif From  Gets the Recipient who sent the message. (inherited from Message)
ms886556.pubproperty(en-us,MSDN.10).gif Importance Gets or sets the importance level for the message.
ms886556.pubproperty(en-us,MSDN.10).gif ItemId  Gets the the message’s Item ID. (inherited from Message)
ms886556.pubproperty(en-us,MSDN.10).gif LastModified  Gets the date the message was sent. (inherited from Message)
ms886556.pubproperty(en-us,MSDN.10).gif Read  Gets or sets the read state of the message. (inherited from Message)
ms886556.pubproperty(en-us,MSDN.10).gif Received  Gets the date that the message was received. (inherited from Message)
ms886556.pubproperty(en-us,MSDN.10).gif Sensitivity Gets or sets the sensitivity level assigned to the message. The default value is Normal.
ms886556.pubproperty(en-us,MSDN.10).gif Subject Gets the message subject.
ms886556.pubproperty(en-us,MSDN.10).gif 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
ms886556.pubmethod(en-us,MSDN.10).gif Equals  Overloaded. (inherited from Object )
ms886556.pubmethod(en-us,MSDN.10).gif GetHashCode  (inherited from Object )
ms886556.pubmethod(en-us,MSDN.10).gif GetType  (inherited from Object )
ms886556.pubmethod(en-us,MSDN.10).gif ms886556.static(en-us,MSDN.10).gif ReferenceEquals  (inherited from Object )
ms886556.pubmethod(en-us,MSDN.10).gif Send Overloaded.  
ms886556.pubmethod(en-us,MSDN.10).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms886556.protmethod(en-us,MSDN.10).gif 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)
ms886556.protmethod(en-us,MSDN.10).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

EmailMessage Class
Microsoft.WindowsMobile.PocketOutlook Namespace