public final class MapiTaskAcceptanceState
extends com.aspose.ms.System.Enum
Indicates the acceptance state of the task.
Modifier and Type | Field and Description |
---|---|
static int |
Accepted
The task assignee has accepted the Task object.
|
static int |
NotAssigned
The Task object is not assigned.
|
static int |
Rejected
The task assignee has rejected the Task object.
|
static int |
Unknown
The Task object's acceptance status is unknown.
|
Constructor and Description |
---|
MapiTaskAcceptanceState()
Constructor for MapiTaskAcceptanceState.
|
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 Unknown
The Task object's acceptance status is unknown.
public static final int Accepted
The task assignee has accepted the Task object.
public static final int Rejected
The task assignee has rejected the Task object.