Compartir a través de


_ExchangeDistributionList.GetExchangeUser Método

Definición

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.

Se aplica a