TaskDelegationState - перечисление
Defines the delegation state of a task.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public enum TaskDelegationState
Public Enumeration TaskDelegationState
public enum class TaskDelegationState
NoDelegation | 0 |
The task is not delegated
|
Unknown | 1 |
The task's delegation state is unknown.
|
Accepted | 2 |
The task was delegated and the delegation was accepted.
|
Declined | 3 |
The task was delegated but the delegation was declined.
|