CalendarPermissionType.CalendarPermissionLevel Property
The CalendarPermissionLevel property gets or sets the permission level that a user has on a calendar folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CalendarPermissionLevel As CalendarPermissionLevelType
Get
Set
'Usage
Dim instance As CalendarPermissionType
Dim value As CalendarPermissionLevelType
value = instance.CalendarPermissionLevel
instance.CalendarPermissionLevel = value
public CalendarPermissionLevelType CalendarPermissionLevel { get; set; }
Property Value
Type: ExchangeWebServices.CalendarPermissionLevelType
The CalendarPermissionLevel property returns one of the CalendarPermissionLevelType enumeration values that indicate the user's permissions on the calendar folder.
See Also