CalendarView Class

Definition

Represents a date range view of appointments in calendar folder search operations.

public ref class CalendarView sealed : Microsoft::Exchange::WebServices::Data::ViewBase
public sealed class CalendarView : Microsoft.Exchange.WebServices.Data.ViewBase
Public NotInheritable Class CalendarView
Inherits ViewBase
Inheritance
CalendarView

Constructors

CalendarView(DateTime, DateTime)

Initializes a new instance of the CalendarView class with the specified start and end dates.

CalendarView(DateTime, DateTime, Int32)

Initializes a new instance of the CalendarView class with the specified start and end dates and that will contain the specified maximum number of items or less.

Properties

EndDate

Gets or sets the end date.

MaxItemsReturned

Gets or sets the maximum number of items that the search operation returns.

PropertySet

Gets or sets the property set. This property determines which properties will be loaded on found items. If this property is a null reference (Nothing in Visual Basic), all first-class properties are loaded on found items.

(Inherited from ViewBase)
StartDate

Gets or sets the start date.

Traversal

Gets or sets the search traversal mode.

Applies to