TaskType.Recurrence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.