AppointmentType property

PropertyDefinition AppointmentType
getter/setter pair
Defines the AppointmentType property.

Implementation

static PropertyDefinition AppointmentType = new GenericPropertyDefinition<
        enumerations.AppointmentType>.withUriAndFlags(
    XmlElementNames.CalendarItemType,
    _AppointmentSchemaFieldUris.CalendarItemType,
    [PropertyDefinitionFlags.CanFind],
    ExchangeVersion.Exchange2007_SP1);