Folder Item Access Rights
Topic Last Modified: 2006-06-12
The following table lists the access rights for items that are folders in the Exchange store.
Access right | Mask (Hex) | Description |
---|---|---|
fsdrightListContents |
0x00000001 |
Same as FILE_LIST_DIRECTORY. Trustee can list file contents. |
fsdrightCreateItem |
0x00000002 |
Same as FILE_ADD_FILE. Trustee can add a file to a folder. |
fsdrightCreateContainer |
0x00000004 |
Same as FILE_ADD_SUBDIRECTORY. Trustee can add a subfolder. |
fsdrightReadProperty |
0x00000008 |
Same as FILE_READ_EA. |
fsdrightWriteProperty |
0x00000010 |
Same as FILE_WRITE_EA. |
fsdrightReadAttributes |
0x00000080 |
Same as FILE_READ_ATTRIBUTES. Reserved for future use. |
fsdrightWriteAttributes |
0x00000100 |
Same as FILE_WRITE_ATTRIBUTES. Reserved for future use. |
fsdrightWriteOwnProperty* |
0x0000020 |
The trustee can modify his or her own items. |
fsdrightDeleteOwnItem |
0x0000040 |
The trustee can delete his or her own items. |
fsdrightViewItem* |
0x00000800 |
The trustee can view items. |
fsdrightOwner* |
0x00004000 |
The trustee is the owner of the folder. This right corresponds to the frightsOwner right in previous versions of Microsoft® Exchange and is provided for backward compatibility. |
fsdrightContact* |
0x00008000 |
Not used for security. Identifies the user as the contact for the folder. This right corresponds to the frightsContact right in previous versions of Exchange and is provided for backward compatibility. |
* Denotes an Exchange-specific right.
Note
For a folder item, the mask containing all the rights in this table is 0xc9ff. 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 folder item rights and all standard access rights is 0x1fc9ff.