Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 679 Bytes

contactannotationstoreaccesstype.md

File metadata and controls

30 lines (21 loc) · 679 Bytes
-api-id -api-type
T:Windows.ApplicationModel.Contacts.ContactAnnotationStoreAccessType
winrt enum

ContactAnnotationStoreAccessType

-description

Specifies if the app can read and write all annotations or only those belonging to the app itself.

-enum-fields

-field AppAnnotationsReadWrite:0

Only local app contact annotations.

-field AllAnnotationsReadWrite:1

All contact annotations.

-remarks

Use the OR operator to combine these values together into a single bit field.

-examples

-see-also

-capabilities

contactsSystem