AppointmentState property

PropertyDefinition AppointmentState
getter/setter pair
Defines the AppointmentState property.

Implementation

static PropertyDefinition AppointmentState =
    new IntPropertyDefinition.withUriAndFlags(
        XmlElementNames.AppointmentState,
        _AppointmentSchemaFieldUris.AppointmentState,
        [PropertyDefinitionFlags.CanFind],
        ExchangeVersion.Exchange2007_SP1);