Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1000 Bytes

contactstoreaccesstype.md

File metadata and controls

33 lines (22 loc) · 1000 Bytes
-api-id -api-type
T:Windows.ApplicationModel.Contacts.ContactStoreAccessType
winrt enum

ContactStoreAccessType

-description

Defines the type of access the app has to the ContactStore.

-enum-fields

-field AppContactsReadWrite:0

Read and write contacts that belong to the app only.

-field AllContactsReadOnly:1

Read access to all contacts, those provided by the calling app and from other sources. This value requires the contacts capability. See App capability declarations for more information.

-field AllContactsReadWrite:2

Read and write access to all contacts. This value is not available to all apps. Your developer account must be specially provisioned by Microsoft in order to request this level of access.

-remarks

-examples

-see-also

-capabilities

contactsSystem