1 instantiation of EmailMessage
Microsoft.Maui.Essentials (1)
Email\Email.shared.cs (1)
50 email.ComposeAsync(new EmailMessage(subject, body, to));
10 references to EmailMessage
Microsoft.Maui.Essentials (10)
Email\Email.netstandard.tvos.watchos.cs (1)
10 Task PlatformComposeAsync(EmailMessage message) =>
Email\Email.shared.cs (9)
23 /// <param name="message">Instance of <see cref="EmailMessage"/> containing details of the email message to compose.</param> 25 Task ComposeAsync(EmailMessage? message); 55 public Task ComposeAsync(EmailMessage? message) 63 internal static string GetMailToUri(EmailMessage message) => 66 static IEnumerable<string> Parameters(EmailMessage message) 113 /// <param name="message">Instance of <see cref="EmailMessage"/> containing details of the email message to compose.</param> 115 public static Task ComposeAsync(EmailMessage message) => 136 /// Initializes a new instance of the <see cref="EmailMessage"/> class. 143 /// Initializes a new instance of the <see cref="EmailMessage"/> class with the specified subject, body, and recipients.