ContactQuerySearchFields
ContactQuerySearchFields
ContactQuerySearchFields
ContactQuerySearchFields
Enum
Definition
Defines which contact fields to search for a text match.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class ContactQuerySearchFieldspublic enum ContactQuerySearchFieldsPublic Enum ContactQuerySearchFields// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| All All All All | All |
| Email Email Email Email | Email address |
| Name Name Name Name | Name |
| None None None None | None |
| Phone Phone Phone Phone | Phone number |
Remarks
Use the OR operator to combine these values together into a single bit field.