Share via


_TaskItem.Delegator Property

Returns a String (string in C#) representing the display name of the delegator for the task. Read-only.

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

Syntax

'Declaration
ReadOnly Property Delegator As String
    Get
'Usage
Dim instance As _TaskItem
Dim value As String

value = instance.Delegator
string Delegator { get; }

Property Value

Type: System.String

See Also

Reference

_TaskItem Interface

_TaskItem Members

Microsoft.Office.Interop.Outlook Namespace