Email Class

Definition

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

public ref class Email abstract sealed
public static class Email
type Email = class
Public Class Email
Inheritance
Email

Properties

Default

Provides the default implementation for static usage of this API.

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