Class EmailSender

Definition

Namespace:
Tizen.Messaging.Email
Assembly:
Tizen.Messaging.dll
API Level:
3

This class is used to send email messages.

C#
Copy
public static class EmailSender
Inheritance
System.Object
EmailSender

Methods

View Source

SendAsync(EmailMessage)

Sends the email message.

Declaration
C#
Copy
public static Task<EmailSendResult> SendAsync(EmailMessage email)
Parameters
Type Name Description
EmailMessage email

The email message.

Returns
Type Description
System.Threading.Tasks.Task<EmailSendResult>

Failure if the email sending activity failed, otherwise Success.

API Level: 3