ContactAnnotationStoreAccessType Enum

Definition

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

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

AllAnnotationsReadWrite 1

All contact annotations.

AppAnnotationsReadWrite 0

Only local app contact annotations.

Remarks

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

Applies to