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