LazyMAPI

MAPI Properties

MAPI Property: PR_ACCESS
Description: Contains a bitmask of flags indicating the operations that are available to the client for the object.
Property ID: $0FF4
Property type: PT_LONG
Area: Access Control

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.