CalendarPermissionReadAccessType Enumeration
The CalendarPermissionReadAccessType enumeration specifies whether a user has permission to read items in a Calendar folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration CalendarPermissionReadAccessType
'Usage
Dim instance As CalendarPermissionReadAccessType
[SerializableAttribute]
public enum CalendarPermissionReadAccessType
Members
Member name | Description | |
---|---|---|
None | The user does not have permission to view items in the calendar. | |
TimeOnly | The user has permission to view only free/busy time in the calendar. | |
TimeAndSubjectAndLocation | The user has permission to view free/busy time in the calendar and the subject and location of appointments. | |
FullDetails | The user has permission to view all items in the calendar, including free/busy time and subject, location, and details of appointments. |
Remarks
This enumeration is used by the ReadItems (CalendarPermissionType) property of the CalendarPermissionType object and by the SharingEffectiveRights (CalendarPermissionReadAccessType) property of the CalendarFolderType object.
See Also