Status Property

See Also                  Applies To

Returns or sets the status for the task. Can be one of the following OlTaskStatus constants: olTaskComplete(2), olTaskDeferred(4), olTaskInProgress(1), olTaskNotStarted(0), or olTaskWaiting(3).

Corresponds to the Status: field of a TaskItem.

Read/write Long.

Syntax

objTaskItem.Status

objTaskItem     Required. An expression that returns a TaskItem object.