Class EmailRecipient

    Definition

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

    This class represents recipients of an email.

    public class EmailRecipient
    Inheritance
    object
    EmailRecipient

    Constructors

    View Source

    EmailRecipient()

    The constructor.

    Declaration
    public EmailRecipient()

    Properties

    View Source

    Address

    The email address of the recipient.

    Declaration
    public string Address { get; set; }
    Property Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX