OlTaskStatus Enumeration
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).