PidTagMemberRights Canonical Property
Applies to: Outlook 2013 | Outlook 2016
Contains a set of bits that indicated the rights of this member on a folder or mailbox.
Property | Value |
---|---|
Associated properties: |
PR_MEMBER_RIGHTS |
Identifier: |
0x6673 |
Data type: |
PT_LONG |
Area: |
Access Control |
Remarks
This property is used by the IExchangeModifyTable interface to define rights of a member on a folder. These rights can be displayed and modified. The following values are rights defined for this property.
frightsReadAny
Member can read any messages.
frightsCreate
Member can create messages.
frightsEditOwned
Member can edit any messages owned by the user.
frightsDeleteOwned
Member can delete any messages owned by the user.
frightsEditAny
Member can edit any message.
frightsDeleteAny
Member can delete any message.
frightsCreateSubfolder
Member can create subfolders for the folder.
frightsOwner
Member has all the previous rights on the folder.
frightsContact
Member can have your name appear as the contact on the folder.
frightsVisible
Member can see that the folder exists.
rightsNone
Member does not have rights on the folder.
rightsReadOnly
Member can read any message in the folder.
rightsReadWrite
Member can read from and write to any message in the folder.
rightsAll
Member has all the previous rights on the folder.
Related resources
Protocol specifications
Provides references to related Exchange Server protocol specifications.
Handles folder operations.
Handles the retrieval of folder permission lists that are stored on the server.
Specifies methods for connecting to and configuring mailboxes as delegates, and interactions with message and calendar items when they act on behalf of another user.
Header files
Mapidefs.h
Provides data type definitions.
Mapitags.h
Contains definitions of properties listed as associated properties.
See also
IExchangeModifyTable : IUnknown