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