EffectiveRights enumeration
Defines the effective user rights that are associated with an item or folder.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Exchange.WebServices.Data
Assembly: Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)
| Member name | Description | |
|---|---|---|
| None | The user has no access rights on the item or folder. | |
| CreateAssociated | The user can create folder associated items (FAIs). | |
| CreateContents | The user can create items. | |
| CreateHierarchy | The user can create subfolders. | |
| Delete | The user can delete items and/or folders. | |
| Modify | The user can modify the properties of items and/or folders. | |
| Read | The user can read the contents of items. | |
| ViewPrivateItems | The user can view items that are marked private. |
Show: