C# Класс 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
Показать файл Открыть проект

Открытые методы

Метод Описание
ShowComposeNewEmailAsync ( EmailMessage message ) : System.Threading.Tasks.Task

Launches the email application with a new message displayed.

Приватные методы

Метод Описание
BuildRecipientArray ( IList list ) : string[]
FormatRecipientCollection ( IList list ) : string
RecipientsToStringArray ( IList list ) : string[]
mcontroller_Finished ( object sender, MFComposeResultEventArgs e ) : void

Описание методов

ShowComposeNewEmailAsync() публичный статический Метод

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.
Результат System.Threading.Tasks.Task