ContactFieldType
ContactFieldType
ContactFieldType
ContactFieldType
Enum
Definition
Defines the type of contact data.
public : enum class ContactFieldTypepublic enum ContactFieldTypePublic Enum ContactFieldType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Address Address Address Address | The contact's address. Supported on Windows Phone. |
| ConnectedServiceAccount ConnectedServiceAccount ConnectedServiceAccount ConnectedServiceAccount | The contact's connected service account. |
| Custom Custom Custom Custom | A custom value. |
| Email Email Email Email | The contact's email address. Supported on Windows Phone. |
| ImportantDate ImportantDate ImportantDate ImportantDate | The contact's important dates. |
| InstantMessage InstantMessage InstantMessage InstantMessage | The contact's instant message user name. |
| JobInfo JobInfo JobInfo JobInfo | The contact's job info. |
| Location Location Location Location | The contact's location. |
| Notes Notes Notes Notes | The contact's notes. |
| PhoneNumber PhoneNumber PhoneNumber PhoneNumber | The contact's phone number. Supported on Windows Phone. |
| SignificantOther SignificantOther SignificantOther SignificantOther | The contact's significant other. |
| Website Website Website Website | The contact's Web site. |
Remarks
Only the PhoneNumber, Email, and Address values are supported on Windows Phone.