ModifiedOccurrences property

PropertyDefinition ModifiedOccurrences
getter/setter pair
Defines the ModifiedOccurrences property.

Implementation

static PropertyDefinition ModifiedOccurrences =
    new ComplexPropertyDefinition<OccurrenceInfoCollection>.withUri(
        XmlElementNames.ModifiedOccurrences,
        _AppointmentSchemaFieldUris.ModifiedOccurrences,
        ExchangeVersion.Exchange2007_SP1, () {
  return new OccurrenceInfoCollection();
});