Share via


_TaskItem.GetRecurrencePattern Method

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.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Function GetRecurrencePattern As RecurrencePattern
'Usage
Dim instance As _TaskItem
Dim returnValue As RecurrencePattern

returnValue = instance.GetRecurrencePattern()
RecurrencePattern GetRecurrencePattern()

Return Value

Type: Microsoft.Office.Interop.Outlook.RecurrencePattern
A RecurrencePattern that represents the recurrence attributes of the task.

See Also

Reference

_TaskItem Interface

_TaskItem Members

Microsoft.Office.Interop.Outlook Namespace