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 = 2
The user has the associated permission on all items.
None = 0
The user does not have the associated permission.
Owned = 1
The user has the associated permission on items that it owns.