public final class MapiTaskHistory
extends com.aspose.ms.System.Enum
Indicates the type of change that was last made to the Task object.
Modifier and Type | Field and Description |
---|---|
static int |
Accepted
The task assignee accepted this Task object.
|
static int |
AnotherPropertyChanged
Another property was changed.
|
static int |
Assigned
The Task object has been assigned to a task assignee.
|
static int |
DueDateChanged
The PidLidTaskDueDate property changed.
|
static int |
NoChanges
No changes were made.
|
static int |
Rejected
The task assignee rejected this Task object.
|
Constructor and Description |
---|
MapiTaskHistory()
Constructor for MapiTaskHistory.
|
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 DueDateChanged
The PidLidTaskDueDate property changed.
public static final int AnotherPropertyChanged
Another property was changed.
public static final int Accepted
The task assignee accepted this Task object.
public static final int Rejected
The task assignee rejected this Task object.
public static final int Assigned
The Task object has been assigned to a task assignee.
public static final int NoChanges
No changes were made.