Enum EmailSendResult

    Definition

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

    Result of sending the email.

    public enum EmailSendResult

    Fields

    Name Description
    Failure

    Failed to send the message.

    Success

    Email sent successfully.

    Extension Methods

    EXamlExtensions.LoadFromEXaml<EmailSendResult>(EmailSendResult, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<EmailSendResult>(EmailSendResult, string)
    EXamlExtensions.LoadFromEXamlPath<EmailSendResult>(EmailSendResult, string)
    EXamlExtensions.LoadFromEXamlPath<EmailSendResult>(EmailSendResult, Type)
    Extensions.LoadFromXaml<EmailSendResult>(EmailSendResult, string)
    Extensions.LoadFromXaml<EmailSendResult>(EmailSendResult, Type)
    Extensions.LoadFromXamlFile<EmailSendResult>(EmailSendResult, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX