_ExchangeDistributionList.GetExchangeUser Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.