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