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