C# Class PocketCampus.Main.Services.EmailService

Provides access to the Windows Phone e-mail client.
Inheritance: IEmailService
Datei anzeigen Open project: accandme/pocketcampus

Public Methods

Method Description
ComposeEmail ( string emailAddress ) : void

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

Method Details

ComposeEmail() public method

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