CalendarPermissionSetType.CalendarPermissions Property
The CalendarPermissions property gets or sets the calendar permissions for a folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CalendarPermissions As CalendarPermissionType()
Get
Set
'Usage
Dim instance As CalendarPermissionSetType
Dim value As CalendarPermissionType()
value = instance.CalendarPermissions
instance.CalendarPermissions = value
public CalendarPermissionType[] CalendarPermissions { get; set; }
Property Value
Type: []
The CalendarPermissions property returns an array of CalendarPermissionType objects that contain the calendar permissions for a folder.
See Also