3 out of 4 rated this helpful - Rate this topic

EmailComposeTask Class

Windows Phone

March 22, 2012

Allows an application to launch the email application with a new message displayed. Use this to allow users to send email from your application.

System.Object
  Microsoft.Phone.Tasks.EmailComposeTask

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public sealed class EmailComposeTask
<EmailComposeTask .../>

The EmailComposeTask type exposes the following members.

  Name Description
Public method EmailComposeTask Initializes a new instance of the EmailComposeTask class.
Top
  Name Description
Public property Bcc Gets or sets the recipients on the Bcc line of the new email message.
Public property Body Gets or sets the body of the new email message.
Public property Cc Gets or sets the recipients on the Cc line of the new email message.
Public property CodePage Gets or sets the character set that will be used to display the message content.
Public property Subject Gets or sets the subject of the new email message.
Public property To Gets or sets the recipients on the To line of the new email message.
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Show Shows the email application with a new message displayed.
Public method ToString (Inherited from Object.)
Top

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Did you find this helpful?
(1500 characters remaining)