OlRecurrenceType Enum
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.
Specifies the recurrence pattern type.
public enum class OlRecurrenceType
public enum OlRecurrenceType
Public Enum OlRecurrenceType
- Inheritance
-
OlRecurrenceType
Fields
Name | Value | Description |
---|---|---|
olRecursDaily | 0 | Represents a daily recurrence pattern. |
olRecursWeekly | 1 | Represents a weekly recurrence pattern. |
olRecursMonthly | 2 | Represents a monthly recurrence pattern. |
olRecursMonthNth | 3 | Represents a MonthNth recurrence pattern. See Instance property. |
olRecursYearly | 5 | Represents a yearly recurrence pattern. |
olRecursYearNth | 6 | Represents a YearNth recurrence pattern. See Instance property. |
Remarks
Used by the RecurrenceType property of an AppointmentItem to specify the frequency of occurrences of the appointment.