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