CalendarView 类

定义

表示日历文件夹搜索操作中约会的日期范围视图。

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
继承
CalendarView

构造函数

CalendarView(DateTime, DateTime, Int32)

使用指定的开始和结束日期初始化 CalendarView 类的新实例,该实例将包含指定的最大项目数或更少。

CalendarView(DateTime, DateTime)

使用指定的开始和结束日期初始化 CalendarView 类的新实例。

属性

EndDate

获取或设置结束日期。

MaxItemsReturned

获取或设置搜索操作返回的最大项数。

PropertySet

获取或设置属性集。 此属性确定将在找到的项上加载哪些属性。 如果此属性为 null 引用 (Visual Basic) 中 Nothing,则会在找到的项上加载所有一流属性。

(继承自 ViewBase)
StartDate

获取或设置开始日期。

Traversal

获取或设置搜索遍历模式。

适用于