Show / Hide Table of Contents

    Class EmailRecipient

    This class represents recipients of an email.

    Inheritance
    Object
    EmailRecipient
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Tizen.Messaging.Email
    Assembly: Tizen.Messaging.dll
    Syntax
    public class EmailRecipient

    Constructors

    EmailRecipient()

    The constructor.

    Declaration
    public EmailRecipient()
    API Version
    3

    Properties

    Address

    The email address of the recipient.

    Declaration
    public string Address { get; set; }
    Property Value
    Type Description
    String
    API Version
    3
    Back to top Copyright © 2016-2018 Samsung
    Generated by DocFX