PermissionSetType.Permissions Property
The Permissions property gets or sets the permission collection for the folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Permissions As PermissionType()
Get
Set
'Usage
Dim instance As PermissionSetType
Dim value As PermissionType()
value = instance.Permissions
instance.Permissions = value
public PermissionType[] Permissions { get; set; }
Property Value
Type: []
The Permissions property returns an array of PermissionType objects that represent the permissions on the folder.
See Also