PR_ACCESS
The PR_ACCESS
property contains a bitmask of flags indicating the operations a client
application can perform on the open object.
Quick Info
Header
file: |
MAPITAGS.H |
Must be
exposed by: |
Folder and
message objects |
Identifier: |
0x0FF4 |
Property
type: |
PT_LONG |
Property
tag: |
0x0FF40003 |
Remarks
Zero or more
of the following flags can be set for the PR_ACCESS property:
MAPI_ACCESS_CREATE_ASSOCIATED
The client
can create an associated contents table.
MAPI_ACCESS_CREATE_CONTENTS
The client
can create a contents table.
MAPI_ACCESS_CREATE_HIERARCHY
The client
can create a hierarchy table.
MAPI_ACCESS_DELETE
The client
can delete the object.
MAPI_ACCESS_MODIFY
The client
can write to the object.
MAPI_ACCESS_READ
The client
can read the object.
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.
See Also
PR_ACCESS_LEVEL