Table of Contents

Enum TaskDelegationState

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Defines the delegation state of a task.

public enum TaskDelegationState

Fields

Accepted = 2

The task was delegated and the delegation was accepted.

Declined = 3

The task was delegated but the delegation was declined.

NoDelegation = 0

The task is not delegated

Unknown = 1

The task's delegation state is unknown.