Enum EffectiveRights
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the effective user rights associated with an item or folder.
[Flags]
public enum EffectiveRights
Fields
CreateAssociated = 1
The user can create associated items (FAI)
CreateContents = 2
The user can create items.
CreateHierarchy = 4
The user can create sub-folders.
Delete = 8
The user can delete items and/or folders.
Modify = 16
The user can modify the properties of items and/or folders.
None = 0
The user has no acces right on the item or folder.
Read = 32
The user can read the contents of items.
ViewPrivateItems = 64
The user can view private items.