Class Email
Definition
- Namespace:
- Tizen.Pims.Contacts.ContactsViews
- Assembly:
- Tizen.Pims.Contacts.dll
- API Level:
- 4
Describes the properties of an Email record.
public static class Email
- Inheritance
-
Email
Fields
View SourceAddress
Email address.
Declaration
public const uint Address = 20185093U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceContactId
Contact ID that the email belongs to.
Declaration
public const uint ContactId = 20054017U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceId
Database record ID of the email.
Declaration
public const uint Id = 20058112U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceIsDefault
The email is default email or not.
Declaration
public const uint IsDefault = 19988484U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceLabel
Custom mail type label, when the email type is Types.Custom.
Declaration
public const uint Label = 20185091U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceType
Email type, refer to the Types.
Declaration
public const uint Type = 20054018U
Field Value
Type | Description |
---|---|
UInt32 |
API Level: 4
View SourceUri
Identifier of this contacts email view.
Declaration
public const string Uri = "tizen.contacts_view.email"
Field Value
Type | Description |
---|---|
String |