Recurrence property

PropertyDefinition Recurrence
getter/setter pair
Defines the Recurrence property.

Implementation

static PropertyDefinition Recurrence = new RecurrencePropertyDefinition(
    XmlElementNames.Recurrence,
    _TaskSchemaFieldUris.Recurrence,
    [
      PropertyDefinitionFlags.CanSet,
      PropertyDefinitionFlags.CanUpdate,
      PropertyDefinitionFlags.CanDelete
    ],
    ExchangeVersion.Exchange2007_SP1);