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
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
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