Share via


_TaskItem.SkipRecurrence Method

Clears the current instance of a recurring task and sets the recurrence to the next instance of that task.

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

Syntax

'Declaration
Function SkipRecurrence As Boolean
'Usage
Dim instance As _TaskItem
Dim returnValue As Boolean

returnValue = instance.SkipRecurrence()
bool SkipRecurrence()

Return Value

Type: System.Boolean
False indicates that the task was the last task in the recurrence, so there is no task to set the recurrence to. True indicates that the recurrence was successfully set to the next instance of that task.

See Also

Reference

_TaskItem Interface

_TaskItem Members

Microsoft.Office.Interop.Outlook Namespace