IsAllDayEvent property

PropertyDefinition IsAllDayEvent
getter/setter pair
Defines the IsAllDayEvent property.

Implementation

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