AddressEntry.GetExchangeDistributionList 方法

定义

如果 AddressEntry 属于 Exchange AddressList 对象(例如全局地址列表 (GAL) ,并且对应于 Exchange 通讯组列表),则返回一个 ExchangeDistributionList 对象,该对象表示 AddressEntry

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

返回

代表 AddressEntryExchangeDistributionList 对象。 如果 AddressEntry对象不对应于 Exchange 通讯组列表,则返回 Nothing (null 引用 (Visual Basic) 中的 Nothing ) 。

注解

您必须连接到 Exchange 服务器才能使用此方法。

适用于