PidTagMemberRights Canonical Property

Applies to: Office 2010 | Outlook 2010 | Visual Studio

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.

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.

See Also

Reference

IExchangeModifyTable : IUnknown

Concepts

MAPI Properties

MAPI Canonical Properties

Mapping Canonical Property Names to MAPI Names

Mapping MAPI Names to Canonical Property Names