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