PermissionType.PermissionLevel Property
The PermissionLevel property gets or sets the combination of permissions that a user has on a folder. This property was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property PermissionLevel As PermissionLevelType
Get
Set
'Usage
Dim instance As PermissionType
Dim value As PermissionLevelType
value = instance.PermissionLevel
instance.PermissionLevel = value
public PermissionLevelType PermissionLevel { get; set; }
Property Value
Type: ExchangeWebServices.PermissionLevelType
The PermissionLevel property returns one of the PermissionLevelType enumeration values that indicate the permissions that a user has on a folder.
See Also