ContactMatchReasonKind Enum

Definition

Defines the reasons that a Contact matched a search.

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

EmailAddress 1

The contact email address field matched.

JobInfo 3

The contact job info field matched.

Name 0

The contact name field matched.

Other 5

The contact matched on a field that is not one of the others list in this enum.

PhoneNumber 2

The contact phone number field matched.

YomiName 4

The contact phonetic name field matched.

Applies to