Class EmailSender
Definition
- 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
-
objectEmail
Sender
Methods
Declaration
C#
Copy
[Obsolete("Deprecated since API11. Might be removed in API13")]
public static Task<EmailSendResult> SendAsync(EmailMessage email)
Parameters
Type | Name | Description |
---|---|---|
Email |
The email message. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TResult><Email |
Failure if the email sending activity failed, otherwise Success. |