PidTagMemberRights Canonical Property
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Contains a set of bits that indicated the rights of this member on a folder or mailbox.
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
[MS-OXPROPS]
Provides references to related Exchange Server protocol specifications.[MS-OXCFOLD]
Handles folder operations.[MS-OXCPERM]
Handles the retrieval of folder permission lists that are stored on the server.[MS-OXODLGT]
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.EDKMDB.H
Contains definitions of properties used by Exchange.
See Also
Reference
IExchangeModifyTable : IUnknown