ContactItemType.PhoneNumbers Property
The PhoneNumbers property gets or sets an array of type PhoneNumberDictionaryEntryType that represents a collection of telephone numbers for a contact.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property PhoneNumbers As PhoneNumberDictionaryEntryType()
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As PhoneNumberDictionaryEntryType()
value = instance.PhoneNumbers
instance.PhoneNumbers = value
public PhoneNumberDictionaryEntryType[] PhoneNumbers { get; set; }
Property Value
Type: []
The PhoneNumbers property returns an array of type PhoneNumberDictionaryEntryType that represents a collection of telephone numbers for a contact.
See Also