Email Class

Definition

Provides an easy way to allow the user to send emails.

public static class Email
Inheritance
Email

Methods

ComposeAsync()

Opens the default email client to allow the user to send the message.

ComposeAsync(EmailMessage)

Opens the default email client to allow the user to send the message.

ComposeAsync(String, String, String[])

Opens the default email client to allow the user to send the message with the provided subject, body and recipients.

Applies to