Class EmailRecipient

    Definition

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

    This class represents recipients of an email.

    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public class EmailRecipient
    Inheritance
    object
    EmailRecipient

    Constructors

    View Source

    EmailRecipient()

    The constructor.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public EmailRecipient()

    Properties

    View Source

    Address

    The email address of the recipient.

    Declaration
    [Obsolete("Deprecated since API11. Might be removed in API13")]
    public string Address { get; set; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX