_ExchangeDistributionList.GetExchangeUser Méthode

Définition

Renvoie Nothing (référence null (Nothing en Visual Basic) en C#), car l’objet ExchangeDistributionList ne correspond pas à un ExchangeUser objet.

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

Retours

Null (Nothing dans Visual Basic), car l'objet ExchangeDistributionList ne correspond à aucun objet ExchangeUser.

Remarques

L’objet ExchangeDistributionList est dérivé de l’objet AddressEntry . Elle hérite de la méthode GetExchangeUser de l’objet AddressEntry , et dans le cas d’ExchangeDistributionList, cette méthode retourne toujours Nothing.

S’applique à