ContactListOtherAppReadAccess Enum

Definition

Specifies the level of contact read access granted to other apps.

public enum class ContactListOtherAppReadAccess
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ContactListOtherAppReadAccess
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ContactListOtherAppReadAccess
var value = Windows.ApplicationModel.Contacts.ContactListOtherAppReadAccess.systemOnly
Public Enum ContactListOtherAppReadAccess
Inheritance
ContactListOtherAppReadAccess
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

Full 2

All apps can read all properties.

Limited 1

All apps can read the DisplayName and Picture properties, other properites are only available to specially provisioned apps.

None 3

No other apps can read any of the contact information.

SystemOnly 0

Only apps specially provisioned by Microsoft can read these contacts.

Remarks

Version history

Windows version SDK version Value added
1607 14393 None

Applies to