CalendarViewType Class

Definition

The CalendarViewType class represents the settings that are used to return calendar items as they appear in a calendar.

public ref class CalendarViewType : ExchangeWebServices::BasePagingType
public class CalendarViewType : ExchangeWebServices.BasePagingType
Public Class CalendarViewType
Inherits BasePagingType
Inheritance
CalendarViewType

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.

Constructors

CalendarViewType()

The CalendarViewType constructor initializes a new instance of the CalendarViewType class.

Properties

EndDate

The EndDate property sets the end of the time span for a Calendar View.

MaxEntriesReturned

The MaxEntriesReturned property gets or sets the maximum number of results to return in a FindItem response.

(Inherited from BasePagingType)
MaxEntriesReturnedSpecified

The MaxEntriesReturnedSpecified property gets or sets a Boolean value that specifies whether the MaxEntriesReturned property is serialized into the SOAP request.

(Inherited from BasePagingType)
StartDate

The StartDate property sets the start of the time span for a Calendar View.

Applies to