C# Class InTheHand.ApplicationModel.Email.EmailManager

Allows an application to launch the email application with a new message displayed. Use this to allow users to send email from your application.
PlatformVersion supported AndroidAndroid 4.4 and later iOSiOS 9.0 and later Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.0 or later Windows (Desktop Apps)Windows Vista or later
Exibir arquivo Open project: inthehand/Charming

Public Methods

Method Description
ShowComposeNewEmailAsync ( EmailMessage message ) : System.Threading.Tasks.Task

Launches the email application with a new message displayed.

Private Methods

Method Description
BuildRecipientArray ( IList list ) : string[]
FormatRecipientCollection ( IList list ) : string
RecipientsToStringArray ( IList list ) : string[]
mcontroller_Finished ( object sender, MFComposeResultEventArgs e ) : void

Method Details

ShowComposeNewEmailAsync() public static method

Launches the email application with a new message displayed.
public static ShowComposeNewEmailAsync ( EmailMessage message ) : System.Threading.Tasks.Task
message EmailMessage The email message that is displayed when the email application is launched.
return System.Threading.Tasks.Task