TaskItem.SkipRecurrence Method

Outlook Developer Reference

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

Syntax

expression.SkipRecurrence

expression   A variable that represents a TaskItem object.

Return Value
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