OlRecurrenceState Enum

Definition

Indicates the recurrence state of an AppointmentItem.

public enum class OlRecurrenceState
public enum OlRecurrenceState
Public Enum OlRecurrenceState
Inheritance
OlRecurrenceState

Fields

olApptException 3

The appointment is an exception to a recurrence pattern defined by a master appointment.

olApptMaster 1

The appointment is a master appointment.

olApptNotRecurring 0

The appointment is not a recurring appointment.

olApptOccurrence 2

The appointment is an occurrence of a recurring appointment defined by a master appointment.

Remarks

See RecurrenceState property.

Applies to