C# 클래스 PocketCampus.Main.Services.EmailService

Provides access to the Windows Phone e-mail client.
상속: IEmailService
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 메소드들

메소드 설명
ComposeEmail ( string emailAddress ) : void

Asks the user to send an e-mail to the specified e-mail address.

메소드 상세

ComposeEmail() 공개 메소드

Asks the user to send an e-mail to the specified e-mail address.
public ComposeEmail ( string emailAddress ) : void
emailAddress string
리턴 void