Click or drag to resize

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
Members
  Member nameValueDescription
DueDateChanged4 The PidLidTaskDueDate property changed.
AnotherPropertyChanged3 Another property was changed.
Accepted1 The task assignee accepted this Task object.
Rejected2 The task assignee rejected this Task object.
Assigned5 The Task object has been assigned to a task assignee.
NoChanges0 No changes were made.
See Also