CalendarViewType Class
The CalendarViewType class represents the settings that are used to return calendar items as they appear in a calendar.
Inheritance Hierarchy
System.Object
ExchangeWebServices.BasePagingType
ExchangeWebServices.CalendarViewType
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CalendarViewType _
Inherits BasePagingType
'Usage
Dim instance As CalendarViewType
[SerializableAttribute]
public class CalendarViewType : BasePagingType
Remarks
A Calendar View returns single calendar items and occurrences of recurring calendar items. Recurring master calendar items, not recurring calendar occurrences, are returned if the Calendar View is not used. This type is only used in FindItem Operation requests.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also