TaskItem.GetRecurrencePattern Method

Outlook Developer Reference

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.

Syntax

expression.GetRecurrencePattern

expression   A variable that represents a TaskItem object.

Return Value
A RecurrencePattern that represents the recurrence attributes of the task.

See Also