Enum AppointmentType
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Defines the type of an appointment.
public enum AppointmentType
Fields
Exception = 2The appointment is an exception of a recurring appointment.
Occurrence = 1The appointment is an occurrence of a recurring appointment.
RecurringMaster = 3The appointment is the recurring master of a series.
Single = 0The appointment is non-recurring.