TaskType.Delegator Property
The Delegator property gets or sets a string value that contains the name of the delegator who assigned the task.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Delegator As String
Get
Set
'Usage
Dim instance As TaskType
Dim value As String
value = instance.Delegator
instance.Delegator = value
public string Delegator { get; set; }
Property Value
Type: System.String
The Delegator property returns a string value that contains the name of the delegator who assigned the task.
See Also