ContactItemType.PhoneNumbers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.