AppointmentType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of an appointment.
public enum class AppointmentType
public enum AppointmentType
Public Enum AppointmentType
- Inheritance
-
AppointmentType
Fields
Name | Value | Description |
---|---|---|
Single | 0 | A non-recurring appointment. |
Occurrence | 1 | An occurrence within a recurring series of appointments. |
Exception | 2 | An exception within a recurring series of appointments. |
RecurringMaster | 3 | The recurring master appointment for a recurring series of appointments. |