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