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 = 2The task assignee accepted the task. This value is set when the client processes a task acceptance.
NotAssigned = 0The task is not assigned.
Rejected = 3The task assignee rejected the task. This value is set when the client processes a task rejection.
Unknown = 1The task's acceptance status is unknown.