IsCancelled property

PropertyDefinition IsCancelled
getter/setter pair
Defines the IsCancelled property.

Implementation

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