_ExchangeDistributionList.GetExchangeUser 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 ExchangeDistributionList objeto no corresponde a un ExchangeUser objeto.
public:
Microsoft::Office::Interop::Outlook::ExchangeUser ^ GetExchangeUser();
public Microsoft.Office.Interop.Outlook.ExchangeUser GetExchangeUser ();
Public Function GetExchangeUser () As ExchangeUser
Devoluciones
Null (Nothing en Visual Basic) porque el objeto ExchangeDistributionList no se corresponde con un objeto ExchangeUser.
Comentarios
El objeto ExchangeDistributionList se deriva del AddressEntry objeto . Hereda el método GetExchangeUser del objeto AddressEntry y, en el caso de ExchangeDistributionList, este método siempre devuelve Nothing.