TaskType.Recurrence Property

Definition

The Recurrence property gets or sets an instance of the TaskRecurrenceType class that contains recurrence information for a recurring task.

public:
 property ExchangeWebServices::TaskRecurrenceType ^ Recurrence { ExchangeWebServices::TaskRecurrenceType ^ get(); void set(ExchangeWebServices::TaskRecurrenceType ^ value); };
public ExchangeWebServices.TaskRecurrenceType Recurrence { get; set; }
Public Property Recurrence As TaskRecurrenceType

Property Value

The Recurrence property returns an instance of the TaskRecurrenceType class that contains recurrence information for a recurring task.

Applies to