PidTagAccess Canonical Property
Contains a bitmask of flags indicating the operations that are available to the client for the object.
|
Associated properties: |
PR_ACCESS |
|
Identifier: |
0x0FF4 |
|
Data type: |
PT_LONG |
|
Area: |
Access Control Properties |
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.
Protocol Specifications
- [MS-OXPROPS]
Provides references to related Exchange Server protocol specifications.
- [MS-OXCMSG]
Handles message and attachment objects.
Header Files
- Mapidefs.h
Provides data type definitions.
- Mapitags.h
-
Contains definitions of properties listed as associated properties.