C# Класс PocketCampus.Main.Services.EmailService

Provides access to the Windows Phone e-mail client.
Наследование: IEmailService
Показать файл Открыть проект

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

Метод Описание
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