MapiTaskHistory Enumeration |
Indicates the type of change that was last made to the Task object.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public enum MapiTaskHistory
Public Enumeration MapiTaskHistory
public enum class MapiTaskHistory
Members
| Member name | Value | Description |
---|
| DueDateChanged | 4 |
The PidLidTaskDueDate property changed.
|
| AnotherPropertyChanged | 3 |
Another property was changed.
|
| Accepted | 1 |
The task assignee accepted this Task object.
|
| Rejected | 2 |
The task assignee rejected this Task object.
|
| Assigned | 5 |
The Task object has been assigned to a task assignee.
|
| NoChanges | 0 |
No changes were made.
|
See Also