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