Enum TaskStatus
- Namespace
- Encryptomatic.MailDex.Lib.Messaging.Tasks
- Assembly
- MailDex.Lib.dll
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidtaskstatus-canonical-property Possible values for the status of the user's progress on the task.
public enum TaskStatus
Fields
Complete = 2
The task is complete.
Deferred = 4
The task is deferred.
InProgress = 1
The task is in progress.
NotStarted = 0
The task has not yet started.
Waiting = 3
The task is waiting on someone else.