MapiTaskAcceptanceState Enumeration |
Indicates the acceptance state of the task.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public enum MapiTaskAcceptanceState
Public Enumeration MapiTaskAcceptanceState
public enum class MapiTaskAcceptanceState
type MapiTaskAcceptanceState
Members
| Member name | Value | Description |
---|
| NotAssigned | 0 |
The Task object is not assigned.
|
| Unknown | 1 |
The Task object's acceptance status is unknown.
|
| Accepted | 2 |
The task assignee has accepted the Task object.
|
| Rejected | 3 |
The task assignee has rejected the Task object.
|
See Also