Enum PermissionScope
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the scope of a user's permission on a folders.
public enum PermissionScope
Fields
All = 2The user has the associated permission on all items.
None = 0The user does not have the associated permission.
Owned = 1The user has the associated permission on items that it owns.