ContactMatchReasonKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class ContactMatchReasonKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ContactMatchReasonKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ContactMatchReasonKind
var value = Windows.ApplicationModel.Contacts.ContactMatchReasonKind.name
Public Enum ContactMatchReasonKind
- Inheritance
-
ContactMatchReasonKind
- 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
Name | Value | Description |
---|---|---|
Name | 0 | The contact name field matched. |
EmailAddress | 1 | The contact email address field matched. |
PhoneNumber | 2 | The contact phone number field matched. |
JobInfo | 3 | The contact job info field matched. |
YomiName | 4 | The contact phonetic name field matched. |
Other | 5 | The contact matched on a field that is not one of the others list in this enum. |