ContactFieldType Enum

Definition

Defines the type of contact data.

public enum class ContactFieldType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ContactFieldType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ContactFieldType
var value = Windows.ApplicationModel.Contacts.ContactFieldType.email
Public Enum ContactFieldType
Inheritance
ContactFieldType
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
contactsSystem

Fields

Address 7

The contact's address. Supported on Windows Phone.

ConnectedServiceAccount 5

The contact's connected service account.

Custom 4

A custom value.

Email 0

The contact's email address. Supported on Windows Phone.

ImportantDate 6

The contact's important dates.

InstantMessage 3

The contact's instant message user name.

JobInfo 11

The contact's job info.

Location 2

The contact's location.

Notes 9

The contact's notes.

PhoneNumber 1

The contact's phone number. Supported on Windows Phone.

SignificantOther 8

The contact's significant other.

Website 10

The contact's Web site.

Remarks

Only the PhoneNumber, Email, and Address values are supported on Windows Phone.

Applies to