ContactItemType.Alias Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Alias As String
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As String
value = instance.Alias
instance.Alias = value
public string Alias { get; set; }
Property Value
Type: System.String