_TaskItem.GetRecurrencePattern Method
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.
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.