Class Email

    Definition

    Namespace:
    Tizen.Pims.Contacts.ContactsViews
    Assembly:
    Tizen.Pims.Contacts.dll

    Describes the properties of an Email record.

    public static class Email
    Inheritance
    object
    Email

    Fields

    View Source

    Address

    Email address.

    Declaration
    public const uint Address
    Field Value
    Type Description
    uint
    View Source

    ContactId

    Contact ID that the email belongs to.

    Declaration
    public const uint ContactId
    Field Value
    Type Description
    uint
    View Source

    Id

    Database record ID of the email.

    Declaration
    public const uint Id
    Field Value
    Type Description
    uint
    View Source

    IsDefault

    The email is default email or not.

    Declaration
    public const uint IsDefault
    Field Value
    Type Description
    uint
    View Source

    Label

    Custom mail type label, when the email type is Types.Custom.

    Declaration
    public const uint Label
    Field Value
    Type Description
    uint
    View Source

    Type

    Email type, refer to the Types.

    Declaration
    public const uint Type
    Field Value
    Type Description
    uint
    View Source

    Uri

    Identifier of this contacts email view.

    Declaration
    public const string Uri
    Field Value
    Type Description
    string
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX