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