OlTaskStatus enumeration (Outlook)

Indicates the task status.

Name Value Description
olTaskComplete 2 The task is complete.
olTaskDeferred 4 The task is deferred.
olTaskInProgress 1 The task is in progress.
olTaskNotStarted 0 The task has not yet started.
olTaskWaiting 3 The task is waiting on someone else.

Remarks

Used by the TaskItem.Status property (Outlook).

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.