CalendarView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Constructors
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. |
CalendarView(DateTime, DateTime) |
Initializes a new instance of the CalendarView class with the specified start and end dates. |
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. |