The RecurrenceStateEnum type exposes the following members.

Fields

  Name Description
Public field Static member Exception
Represents a recurring appointment, which was changed and now doesn't satisfy the pattern of the recurring series.
Public field Static member Master
Represents the appointment which serves as the pattern for the other recurring appointments. The pattern for recurring appointments is specified via the Appointment.Recurrence property.
Public field Static member NotRecurring
Represents a standard (non-recurring) appointment.
Public field Static member Occurrence
Represents one of recurring appointments whose pattern appointment is specified via the Appointment.Recurrence property.
Public field Static member Removed
Represents a recurring appointment, which was deleted and now doesn't satisfy the pattern of the recurring series.

See Also