ContactItemType.PhoneNumbers Property

Definition

The PhoneNumbers property gets or sets an array of type PhoneNumberDictionaryEntryType that represents a collection of telephone numbers for a contact.

public:
 property cli::array <ExchangeWebServices::PhoneNumberDictionaryEntryType ^> ^ PhoneNumbers { cli::array <ExchangeWebServices::PhoneNumberDictionaryEntryType ^> ^ get(); void set(cli::array <ExchangeWebServices::PhoneNumberDictionaryEntryType ^> ^ value); };
public ExchangeWebServices.PhoneNumberDictionaryEntryType[] PhoneNumbers { get; set; }
Public Property PhoneNumbers As PhoneNumberDictionaryEntryType()

Property Value

The PhoneNumbers property returns an array of type PhoneNumberDictionaryEntryType that represents a collection of telephone numbers for a contact.

Applies to