Class EmailSender
Definition
- Assembly:
- Tizen.Messaging.dll
This class is used to send email messages.
public static class EmailSender
- Inheritance
-
objectEmailSender
Methods
View SourceSendAsync(EmailMessage)
Sends the email message.
Declaration
public static Task<EmailSendResult> SendAsync(EmailMessage email)
Parameters
Type | Name | Description |
---|---|---|
EmailMessage | The email message. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TResult><EmailSendResult> | Failure if the email sending activity failed, otherwise Success. |