public final class MapiTaskOwnership
extends com.aspose.ms.System.Enum
Indicates the role of the current user relative to the Task object.
Modifier and Type | Field and Description |
---|---|
static int |
AssigneesCopy
The Task object is the task assignee's
copy of the Task object.
|
static int |
AssignersCopy
The Task object is the task assigner's
copy of the Task object.
|
static int |
NotAssigned
The Task object is not assigned.
|
Constructor and Description |
---|
MapiTaskOwnership()
Constructor for MapiTaskOwnership.
|
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 AssignersCopy
The Task object is the task assigner's copy of the Task object.
public static final int AssigneesCopy
The Task object is the task assignee's copy of the Task object.