RecurrencePattern.RecurrenceType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置一个 OlRecurrenceType 常量,指定重复模式的出现频率。 读/写。
public:
property Microsoft::Office::Interop::Outlook::OlRecurrenceType RecurrenceType { Microsoft::Office::Interop::Outlook::OlRecurrenceType get(); void set(Microsoft::Office::Interop::Outlook::OlRecurrenceType value); };
public Microsoft.Office.Interop.Outlook.OlRecurrenceType RecurrenceType { get; set; }
Public Property RecurrenceType As OlRecurrenceType
属性值
注解
在为对象设置其他属性之前,必须设置 RecurrenceType 属性 RecurrencePattern 。 您可以在以后设置 RecurrencePattern 属性取决于的值 介于 1 ,如下表所示:
OlRecurrenceType | 有效的 RecurrencePattern 属性 | |
olRecursDaily | Duration, EndTime, Interval, NoEndDate, Occurrences, PatternStartDate, PatternEndDate, StartTime | |
olRecursWeekly | DayOfWeekMask、 Duration、 EndTime、 Interval、 NoEndDate、 Occurrences、 PatternStartDate、 PatternEndDate、 StartTime | |
olRecursMonthly | DayOfMonth、 Duration、 EndTime、 Interval、 NoEndDate、 Occurrences、 PatternStartDate、 PatternEndDate、 StartTime | |
olRecursMonthNth | DayOfWeekMask, Duration, EndTime, Interval, Instance, NoEndDate, Occurrences, PatternStartDate, PatternEndDate, StartTime | |
olRecursYearly | DayOfMonth 、 持续时间 、 结束时间 、 间隔 、 MonthOfYear 、 NoEndDate 、 事件 、 PatternStartDate 、 PatternEndDate 、 开始时间 | |
olRecursYearNth | 年 、 持续时间 、 结束时间 、 间隔 、 实例 、 NoEndDate 、 事件 、 PatternStartDate 、 PatternEndDate 、 开始时间 |