PR_ACCESS_LEVEL

The PR_ACCESS_LEVEL property contains a bitmask of flags indicating the level at which a client application can access the open object.

Quick Info

Header file: MAPITAGS.H
Must be exposed by: Address book container, distribution list, folder, messaging user, message, and message store objects
Identifier: 0x0FF7
Property type: PT_LONG
Property tag: 0x0FF70003

Remarks

The PR_ACCESS_LEVEL property is used to determine whether or not read/write access was granted. Calls to the IMsgStore::OpenEntry method can request read/write access. By default, access is read-only, although the access granted is defined by the service provider. A provider can grant read/write access when the client requested read-only access.

The following flag can be set:

MAPI_MODIFY
Read/write access was granted.

See Also

General Object Properties, PR_ACCESS