Class Email

Definition

Namespace:
Tizen.Pims.Contacts.ContactsViews
Assembly:
Tizen.Pims.Contacts.dll
API Level:
4

Describes the properties of an Email record.

C#
Copy
public static class Email
Inheritance
System.Object
Email

Fields

View Source

Address

Email address.

Declaration
C#
Copy
public const uint Address = 20185093U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

ContactId

Contact ID that the email belongs to.

Declaration
C#
Copy
public const uint ContactId = 20054017U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Id

Database record ID of the email.

Declaration
C#
Copy
public const uint Id = 20058112U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

IsDefault

The email is default email or not.

Declaration
C#
Copy
public const uint IsDefault = 19988484U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Label

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

Declaration
C#
Copy
public const uint Label = 20185091U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Type

Email type, refer to the Types.

Declaration
C#
Copy
public const uint Type = 20054018U
Field Value
Type Description
System.UInt32
API Level: 4
View Source

Uri

Identifier of this contacts email view.

Declaration
C#
Copy
public const string Uri = "tizen.contacts_view.email"
Field Value
Type Description
System.String
API Level: 4