PermissionScope enumeration

Defines the scope of a user's permission on folders.

Namespace:  Microsoft.Exchange.WebServices.Data
Assembly:  Microsoft.Exchange.WebServices (in Microsoft.Exchange.WebServices.dll)

'Declaration
Public Enumeration PermissionScope
'Usage
Dim instance As PermissionScope

Member nameDescription
NoneThe user does not have the associated permission.
OwnedThe user has the associated permission on items that the user owns.
AllThe user has the associated permission on all items.
Show: