Table of Contents

Enum TaskAcceptanceState

Namespace
Encryptomatic.MailDex.Lib.Messaging.Tasks
Assembly
MailDex.Lib.dll
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.