Compartilhar via


_ExchangeDistributionList.GetExchangeUser Método

Definição

Retorna Nothing (uma referência nula (Nada no Visual Basic) em C#) porque o ExchangeDistributionList objeto não corresponde a um ExchangeUser objeto.

public:
 Microsoft::Office::Interop::Outlook::ExchangeUser ^ GetExchangeUser();
public Microsoft.Office.Interop.Outlook.ExchangeUser GetExchangeUser ();
Public Function GetExchangeUser () As ExchangeUser

Retornos

Null (Nothing no Visual Basic) porque o objeto ExchangeDistributionList não corresponde a um objeto ExchangeUser.

Comentários

O objeto ExchangeDistributionList é derivado do AddressEntry objeto. Ele herda o método GetExchangeUser do objeto AddressEntry e, no caso do ExchangeDistributionList, esse método sempre retorna Nothing.

Aplica-se a