OlRecurrenceType 枚举 (Outlook)
指定定期模式类型。
名称 | 值 | Description |
---|---|---|
olRecursDaily | 0 | 代表每天定期模式。 |
olRecursMonthly | 2 | 代表每月定期模式。 |
olRecursMonthNth | 3 | 代表 MonthNth 定期模式。 请参阅 RecurrencePattern.Instance 属性。 |
olRecursWeekly | 1 | 代表每周定期模式。 |
olRecursYearly | 5 | 代表每年定期模式。 |
olRecursYearNth | 6 | 代表 YearNth 定期模式。 请参阅 RecurrencePattern.Instance 属性。 |
备注
由 RecurrencePattern.RecurrenceType 属性 (Outlook) AppointmentItem 对象 (Outlook) 使用,以指定约会的发生频率。
支持和反馈
有关于 Office VBA 或本文档的疑问或反馈? 请参阅 Office VBA 支持和反馈,获取有关如何接收支持和提供反馈的指南。