OlRecurrenceState 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.
Indicates the recurrence state of an AppointmentItem.
public enum class OlRecurrenceState
public enum OlRecurrenceState
Public Enum OlRecurrenceState
- Inheritance
-
OlRecurrenceState
Fields
Name | Value | Description |
---|---|---|
olApptNotRecurring | 0 | The appointment is not a recurring appointment. |
olApptMaster | 1 | The appointment is a master appointment. |
olApptOccurrence | 2 | The appointment is an occurrence of a recurring appointment defined by a master appointment. |
olApptException | 3 | The appointment is an exception to a recurrence pattern defined by a master appointment. |
Remarks
See RecurrenceState property.