_TaskItem.DelegationState Property

Returns an OlTaskDelegationState constant indicating the delegation state of the task. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property DelegationState As OlTaskDelegationState
    Get
'Usage
Dim instance As _TaskItem
Dim value As OlTaskDelegationState

value = instance.DelegationState
[DispIdAttribute()]
OlTaskDelegationState DelegationState { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlTaskDelegationState

See Also

Reference

_TaskItem Interface

_TaskItem Members

Microsoft.Office.Interop.Outlook Namespace