3 out of 4 rated this helpful - Rate this topic

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.

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.

  NameDescription
Public methodEmailComposeTaskInitializes a new instance of the EmailComposeTask class.
Top
  NameDescription
Public propertyBccGets or sets the recipients on the Bcc line of the new email message.
Public propertyBodyGets or sets the body of the new email message.
Public propertyCcGets or sets the recipients on the Cc line of the new email message.
Public propertyCodePageGets or sets the character set that will be used to display the message content.
Public propertySubjectGets or sets the subject of the new email message.
Public propertyToGets or sets the recipients on the To line of the new email message.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodShowShows the email application with a new message displayed.
Public methodToString (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)
© 2013 Microsoft. All rights reserved.