Returns the delegation state of the task. Can be one of the following OlTaskDelegationState constants: olTaskDelegationAccepted(2), olTaskDelegationDeclined(3), olTaskDelegationUnknown(1), or olTaskNotDelegated(0).
Read-only Long.
Syntax
objTaskItem.DelegationState
objTaskItem Required. An expression that returns a TaskItem object.