TaskType.DelegationState Property
The DelegationState property gets or sets one of the valid TaskDelegateStateType enumeration values that represent the status of a delegated task.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DelegationState As TaskDelegateStateType
Get
Set
'Usage
Dim instance As TaskType
Dim value As TaskDelegateStateType
value = instance.DelegationState
instance.DelegationState = value
public TaskDelegateStateType DelegationState { get; set; }
Property Value
Type: ExchangeWebServices.TaskDelegateStateType
The DelegationState property returns one of the valid TaskDelegateStateType enumeration values that represent the status of a delegated task.
See Also