Edytuj

Udostępnij za pośrednictwem


OlRecurrenceState Enum

Definition

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.

Applies to