Compartir a través de


_ExchangeUser.GetExchangeDistributionList Método

Definición

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.

Se aplica a