Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 851 Bytes

Outlook.OlTaskDelegationState.md

File metadata and controls

31 lines (22 loc) · 851 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlTaskDelegationState enumeration (Outlook)
vbaol11.chm3083
vbaol11.chm3083
Outlook.OlTaskDelegationState
c6374297-d9ec-dbd0-f6b3-5b8c95127f33
06/08/2017
medium

OlTaskDelegationState enumeration (Outlook)

Indicates the delegation state of a task.

Name Value Description
olTaskDelegationAccepted 2 The delegate accepted the task.
olTaskDelegationDeclined 3 The delegate declined the task.
olTaskDelegationUnknown 1 The delegate response to the task is unknown.
olTaskNotDelegated 0 The task has not been delegated.

Remarks

Used by the TaskItem.DelegationState property (Outlook).

[!includeSupport and feedback]