PidTagAccess Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Contains a bitmask of flags indicating the operations that are available to the client for the object.
Property | Value |
---|---|
Associated properties: |
PR_ACCESS |
Identifier: |
0x0FF4 |
Data type: |
PT_LONG |
Area: |
Access Control Properties |
Remarks
This property is read-only for the client. It must be a bitwise OR of zero or more values from the following table.
Name | Value | Description |
---|---|---|
MAPI_ACCESS_MODIFY |
0x00000001 |
Write |
MAPI_ACCESS_READ |
0x00000002 |
Read |
MAPI_ACCESS_DELETE |
0x00000004 |
Delete |
MAPI_ACCESS_CREATE_HIERARCHY |
0x00000008 |
Create subfolders in the folder hierarchy |
MAPI_ACCESS_CREATE_CONTENTS |
0x00000010 |
Create content messages |
MAPI_ACCESS_CREATE_ASSOCIATED |
0x00000020 |
Create associated content messages |
The MAPI_ACCESS_DELETE, MAPI_ACCESS_MODIFY, and MAPI_ACCESS_READ flags are found on folder and message objects and in the PR_ACCESS column in contents tables and associated contents tables. The MAPI_ACCESS_CREATE_ASSOCIATED, MAPI_ACCESS_CREATE_CONTENTS, and MAPI_ACCESS_CREATE_HIERARCHY flags are found on folder objects only.
Related resources
Protocol specifications
Provides references to related Exchange Server protocol specifications.
Handles message and attachment objects.
Header files
Mapidefs.h
Provides data type definitions.
Mapitags.h
Contains definitions of properties listed as associated properties.