_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
<DispIdAttribute()> _
Function GetRecurrencePattern As RecurrencePattern
'Usage
Dim instance As _TaskItem
Dim returnValue As RecurrencePattern
returnValue = instance.GetRecurrencePattern()
[DispIdAttribute()]
RecurrencePattern GetRecurrencePattern()
Return Value
Type: Microsoft.Office.Interop.Outlook.RecurrencePattern
A RecurrencePattern that represents the recurrence attributes of the task.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace