ContactItemType.MiddleName Property

The MiddleName property gets or sets a string value that represents the middle name of a contact.

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

Syntax

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

value = instance.MiddleName

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

Property Value

Type: System.String
The MiddleName property returns a string value that represents the middle name of a contact.