AddressEntry.GetExchangeDistributionList Méthode

Définition

Renvoie un ExchangeDistributionList objet qui représente si AddressEntryaddressEntry appartient à un objet Exchange AddressList tel que la liste d’adresses globale (GAL) et correspond à une liste de distribution Exchange.

public:
 Microsoft::Office::Interop::Outlook::ExchangeDistributionList ^ GetExchangeDistributionList();
public Microsoft.Office.Interop.Outlook.ExchangeDistributionList GetExchangeDistributionList ();
Public Function GetExchangeDistributionList () As ExchangeDistributionList

Retours

Un objet ExchangeDistributionList qui représente l'objet AddressEntry. Renvoie Nothing (référence null (Nothing en Visual Basic) en C#) si l’objet AddressEntry ne correspond pas à une liste de distribution Exchange.

Remarques

Pour pouvoir utiliser cette méthode, vous devez être connecté au serveur Exchange.

S’applique à