CalendarViewType 类

定义

CalendarViewType 表示用于在日历中返回日历项的设置。

public ref class CalendarViewType : ExchangeWebServices::BasePagingType
public class CalendarViewType : ExchangeWebServices.BasePagingType
Public Class CalendarViewType
Inherits BasePagingType
继承
CalendarViewType

注解

日历视图返回单个日历项目和定期日历项的匹配项。 如果未使用日历视图,则返回定期主日历项目(而不是定期日历出现)。 此类型仅在 FindItem作请求中使用。

构造函数

CalendarViewType()

构造 CalendarViewType 函数初始化 类的新实例 CalendarViewType

属性

EndDate

属性 EndDate 设置日历视图的时间跨度结束。

MaxEntriesReturned

属性 MaxEntriesReturned 获取或设置 FindItem 响应中要返回的最大结果数。

(继承自 BasePagingType)
MaxEntriesReturnedSpecified

属性 MaxEntriesReturnedSpecified 获取或设置一个布尔值,该值指定属性是否 MaxEntriesReturned 序列化为 SOAP 请求。

(继承自 BasePagingType)
StartDate

属性 StartDate 设置日历视图的时间跨度开始。

适用于