_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
<DispIdAttribute()> _
Function SkipRecurrence As Boolean
'Usage
Dim instance As _TaskItem
Dim returnValue As Boolean
returnValue = instance.SkipRecurrence()
[DispIdAttribute()]
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.