Enum MapiTaskStatus
MapiTaskStatus enumeration
Represents the statuses of the user’s progress on the task.
public enum MapiTaskStatus
Values
Name | Value | Description |
---|---|---|
NotStarted | 0 | The user has not started work on the Task object. |
InProgress | 1 | The user’s work on this Task object is in progress. |
Complete | 2 | The user’s work on this Task object is complete. |
Waiting | 3 | The user is waiting on somebody else. |
Deferred | 4 | The user has deferred work on the Task object. |
See Also
- namespace Aspose.Email.Mapi
- assembly Aspose.Email