Enum TaskAcceptanceState
- Namespace
- Encryptomatic.MailDex.Lib.Messaging.Tasks
- Assembly
- MailDex.Lib.dll
https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidlidtaskacceptancestate-canonical-property Possible acceptance states of the task.
public enum TaskAcceptanceState
Fields
Accepted = 2
The task assignee accepted the task. This value is set when the client processes a task acceptance.
NotAssigned = 0
The task is not assigned.
Rejected = 3
The task assignee rejected the task. This value is set when the client processes a task rejection.
Unknown = 1
The task's acceptance status is unknown.