Enum MapiTaskStatus

MapiTaskStatus enumeration

Represents the statuses of the user’s progress on the task.

public enum MapiTaskStatus

Values

NameValueDescription
NotStarted0The user has not started work on the Task object.
InProgress1The user’s work on this Task object is in progress.
Complete2The user’s work on this Task object is complete.
Waiting3The user is waiting on somebody else.
Deferred4The user has deferred work on the Task object.

See Also