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