DeletedOccurrences property

PropertyDefinition DeletedOccurrences
getter/setter pair
Defines the DeletedOccurrences property.

Implementation

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