EmailComposeTask Class
July 26, 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.
Namespace:
Microsoft.Phone.Tasks
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
The EmailComposeTask type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Bcc | Gets or sets the recipients on the Bcc line of the new email message. |
![]() | Body | Gets or sets the body of the new email message. |
![]() | Cc | Gets or sets the recipients on the Cc line of the new email message. |
![]() | CodePage | Gets or sets the character set that will be used to display the message content. |
![]() | Subject | Gets or sets the subject of the new email message. |
![]() | To | Gets or sets the recipients on the To line of the new email message. |
