Share via


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

Requirements Description
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
SystemOnly 0

Only apps specially provisioned by Microsoft can read these contacts.

Limited 1

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

Full 2

All apps can read all properties.

None 3

No other apps can read any of the contact information.

Remarks

Version history

Windows version SDK version Value added
1607 14393 None

Applies to