Class EmailSender

Definition

Namespace:
Tizen.Messaging.Email
Assembly:
Tizen.Messaging.dll

This class is used to send email messages.

C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13")] public static class EmailSender
Inheritance
object
EmailSender

Methods

View Source

SendAsync(EmailMessage)

Sends the email message.

Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13")] public static Task<EmailSendResult> SendAsync(EmailMessage email)
Parameters
Type Name Description
EmailMessage email

The email message.

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

Failure if the email sending activity failed, otherwise Success.