Indicates the recurrence state of an AppointmentItem.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlRecurrenceState
'Usage
Dim instance As OlRecurrenceState
public enum OlRecurrenceState
Members
| Member name | Description | |
|---|---|---|
| olApptNotRecurring | The appointment is not a recurring appointment. | |
| olApptMaster | The appointment is a master appointment. | |
| olApptOccurrence | The appointment is an occurrence of a recurring appointment defined by a master appointment. | |
| olApptException | The appointment is an exception to a recurrence pattern defined by a master appointment. |
Remarks
See RecurrenceState property.