_ExchangeUser.GetExchangeDistributionList Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve Nothing (una referencia nula (Nothing en Visual Basic) en C#) porque el ExchangeUser objeto no corresponde a un ExchangeDistributionList objeto.
public:
Microsoft::Office::Interop::Outlook::ExchangeDistributionList ^ GetExchangeDistributionList();
public Microsoft.Office.Interop.Outlook.ExchangeDistributionList GetExchangeDistributionList ();
Public Function GetExchangeDistributionList () As ExchangeDistributionList
Devoluciones
Nothing (una referencia nula (Nothing en Visual Basic) en C#) porque el objeto ExchangeUser no corresponde a un objeto ExchangeDistributionList .
Comentarios
El objeto ExchangeUser se deriva del AddressEntry objeto . Hereda el método GetExchangeDistributionList del objeto AddressEntry y, en el caso de ExchangeUser, este método siempre devuelve Nothing.