PR_MEMBER_RIGHTS

The PR_MEMBER_RIGHTS property contains a set of bits indicating the rights of this member on a folder or mailbox.

Quick Info

Header file: EDKMDB.H
Applies to: Public folder objects (information store objects)
Identifier: 0x6673
Property type: PT_LONG
Access: Read-only

Values

ReadAny
Member can read any messages.
Create
Member can create messages.
EditOwned
Member can edit any messages owned by the user.
DeleteOwned
Member can delete any messages owned by the user.
EditAny
Member can edit any message.
DeleteAny
Member can delete any message.
CreateSubfolder
Member can create subfolders for the folder.
Owner
Member has all the above rights on the folder.
Contact
Member can have your name appear as the contact on the folder.
None
Member has no rights on the folder.
ReadOnly
Member can read any message in the folder.
ReadWrite
Member can read from and write to any message in the folder.
All
Member has all the above rights on the folder.

Remarks

The PR_MEMBER_RIGHTS property is used by the IExchangeModifyTable interface to define rights of a member on a folder. These rights can be displayed and modified.

See Also

IExchangeModifyTable