Status Property

Microsoft Outlook Visual Basic

Status Property

       

Returns or sets an OlTaskStatus constant specifying the status for the task. Corresponds to the Status field of a TaskItem. Read/write.

OlTaskStatus can be one of these OlTaskStatus constants.
olTaskComplete
olTaskDeferred
olTaskInProgress
olTaskNotStarted
olTaskWaiting
 

expression.Status

expression     Required. An expression that returns a TaskItem object.