Enum MapiTaskState

MapiTaskState enumeration

Indicates the assignment state of the Task object.

public enum MapiTaskState

Values

NameValueDescription
NotAssigned1The Task object is not assigned.
AssigneesCopyOfAssignedTask2The Task object is the task assignee’s copy of an assigned Task object.
AssignersCopyOfAssignedTask3The Task object is the task assigner’s copy of an assigned Task object.
AssignersCopyOfRejectedTask4The Task object is the task assigner’s copy of a rejected Task object.
EmbeddedInTaskRejection0This Task object was created to correspond to a Task object that was embedded in a task rejection but could not be found locally.

See Also