public final class MapiTaskState
extends com.aspose.ms.System.Enum
Indicates the assignment state of the Task object.
Modifier and Type | Field and Description |
---|---|
static int |
AssigneesCopyOfAssignedTask
The Task object is the task assignee's
copy of an assigned Task object.
|
static int |
AssignersCopyOfAssignedTask
The Task object is the task assigner's
copy of an assigned Task object.
|
static int |
AssignersCopyOfRejectedTask
The Task object is the task assigner's
copy of a rejected Task object.
|
static int |
EmbeddedInTaskRejection
This Task object was created to correspond
to a Task object that was embedded in a task
rejection but could not be found locally.
|
static int |
NotAssigned
The Task object is not assigned.
|
Constructor and Description |
---|
MapiTaskState()
Constructor for MapiTaskState.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NotAssigned
The Task object is not assigned.
public static final int AssigneesCopyOfAssignedTask
The Task object is the task assignee's copy of an assigned Task object.
public static final int AssignersCopyOfAssignedTask
The Task object is the task assigner's copy of an assigned Task object.
public static final int AssignersCopyOfRejectedTask
The Task object is the task assigner's copy of a rejected Task object.
public static final int EmbeddedInTaskRejection
This Task object was created to correspond to a Task object that was embedded in a task rejection but could not be found locally.