ContactItemType.PhoneNumbers Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
A PhoneNumbers propriedade obtém ou define uma matriz de tipo PhoneNumberDictionaryEntryType que representa uma coleção de números de telefone para um contato.
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()
Valor da propriedade
A PhoneNumbers propriedade retorna uma matriz de tipo PhoneNumberDictionaryEntryType que representa uma coleção de números de telefone para um contato.