OlTaskStatus Enumeration
Indicates the task status.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlTaskStatus
'Usage
Dim instance As OlTaskStatus
public enum OlTaskStatus
Members
Member name | Description | |
---|---|---|
olTaskNotStarted | The task has not yet started. | |
olTaskInProgress | The task is in progress. | |
olTaskComplete | The task is complete. | |
olTaskWaiting | The task is waiting on someone else. | |
olTaskDeferred | The task is deferred. |
Remarks
Used by the _TaskItem.Status property.