LastOccurrence property

PropertyDefinition LastOccurrence
getter/setter pair
Defines the LastOccurrence property.

Implementation

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