Windows Phone Class Library
EmailComposeTask Class
January 13, 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.
Inheritance Hierarchy
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.
Syntax
Visual Basic (Declaration)
Public NotInheritable Class EmailComposeTask
C#
public sealed class EmailComposeTask
XAML Object Element Usage
<EmailComposeTask .../>
The EmailComposeTask type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
EmailComposeTask | Initializes a new instance of the EmailComposeTask class. |
Properties
| 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. |
Methods
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
Show | Shows the email application with a new message displayed. |
|
ToString | (Inherited from Object.) |
Version Information
Windows Phone OS
Supported in: 7.1, 7.0Platforms
Windows Phone
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.See Also
