ContactItemType.GivenName Property
The GivenName property gets or sets a string value that contains the given name for a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property GivenName As String
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As String
value = instance.GivenName
instance.GivenName = value
public string GivenName { get; set; }
Property Value
Type: System.String
The GivenName property returns a string value that contains the given name for a contact.
Remarks
A given name is usually the first name of a person.
See Also