CompleteNameType.FirstName Property

The FirstName property gets or sets the first name of a contact.

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

Syntax

'Declaration
Public Property FirstName As String
    Get
    Set
'Usage
Dim instance As CompleteNameType
Dim value As String

value = instance.FirstName

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

Property Value

Type: System.String
The FirstName property returns the first name of a contact.