Class EmailSender

    Definition

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

    This class is used to send email messages.

    public static class EmailSender
    Inheritance
    object
    EmailSender

    Methods

    View Source

    SendAsync(EmailMessage)

    Sends the email message.

    Declaration
    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX