ContactItemType.Initials Property

The Initials property gets or sets a string value that contains the initials for a contact.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Initials As String
    Get
    Set
'Usage
Dim instance As ContactItemType
Dim value As String

value = instance.Initials

instance.Initials = value
public string Initials { get; set; }

Property Value

Type: System.String
The Initials property returns a string value that contains the initials for a contact.