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