Share via


Non-Folder Item Access Rights

Topic Last Modified: 2006-06-12

The following table lists the access rights for items that are not folders. Many of these access rights are equivalent to their counterparts in Microsoft® Windows® server operating systems NTFS file system security.

Access right Mask (Hex) Description

fsdrightReadBody

0x00000001

Same as FILE_READ_DATA.

fsdrightWriteBody

0x00000002

Same as FILE_WRITE_DATA.

fsdrightAppendMsg

0x00000004

Same as FILE_WRITE_DATA. Ignored.

fsdrightReadProperty

0x00000008

Same as FILE_READ_EA.

fsdrightWriteProperty

0x00000010

Same as FILE_WRITE_EA.

fsdrightExecute

0x00000020

Same as FILE_EXECUTE. Ignored.

fsdrightReadAttributes

0x00000080

Same as FILE_READ_ATTRIBUTES.

fsdrightWriteAttributes

0x00000100

Same as FILE_WRITE_ATTRIBUTES.

fsdrightWriteOwnProperty*

0x00000200

Trustee can modify his or her own items.

fsdrightDeleteOwnItem*

0x00000400

Trustee can delete his or her own items.

fsdrightViewItem*

0x00000800

Trustee can view items.

* Denotes a Microsoft Exchange-specific right.

Note

For a non-folder item, the mask containing all the above rights is 0x0fbf. This does not include the standard access rights that reside above the 16th bit in the mask (see Standard Access Rights. An example of a mask with all non-folder item rights and all standard access rights is 0x1f0fbf.