TaskType.DelegationState Property

Definition

The DelegationState property gets or sets one of the valid TaskDelegateStateType enumeration values that represent the status of a delegated task.

public:
 property ExchangeWebServices::TaskDelegateStateType DelegationState { ExchangeWebServices::TaskDelegateStateType get(); void set(ExchangeWebServices::TaskDelegateStateType value); };
public ExchangeWebServices.TaskDelegateStateType DelegationState { get; set; }
Public Property DelegationState As TaskDelegateStateType

Property Value

The DelegationState property returns one of the valid TaskDelegateStateType enumeration values that represent the status of a delegated task.

Applies to