_TaskItem.GetRecurrencePattern Method

Definition

Returns a RecurrencePattern object that represents the recurrence attributes of a task. If there is no existing recurrence pattern, a new empty RecurrencePattern object is returned.

public:
 Microsoft::Office::Interop::Outlook::RecurrencePattern ^ GetRecurrencePattern();
public Microsoft.Office.Interop.Outlook.RecurrencePattern GetRecurrencePattern ();
Public Function GetRecurrencePattern () As RecurrencePattern

Returns

A RecurrencePattern that represents the recurrence attributes of the task.

Applies to