OlTaskDelegationState Enumeration
Indicates the delegation state of a task.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlTaskDelegationState
'Usage
Dim instance As OlTaskDelegationState
public enum OlTaskDelegationState
Members
Member name | Description | |
---|---|---|
olTaskNotDelegated | The task has not been delegated. | |
olTaskDelegationUnknown | The delegate response to the task is unknown. | |
olTaskDelegationAccepted | The delegate accepted the task. | |
olTaskDelegationDeclined | The delegate declined the task. |
Remarks
Used by the _TaskItem.DelegationState property.