_ExchangeDistributionList.GetMemberOfList 方法

定义

返回一个AddressEntries集合对象,该对象包含代表其成员的 Exchange 通讯组列表ExchangeDistributionList的所有AddressEntry对象。

public:
 Microsoft::Office::Interop::Outlook::AddressEntries ^ GetMemberOfList();
public Microsoft.Office.Interop.Outlook.AddressEntries GetMemberOfList ();
Public Function GetMemberOfList () As AddressEntries

返回

AddressEntries 集合对象,该对象表示此 ExchangeDistributionList 对象是其成员的通讯组列表。 如果 ExchangeDistributionList 不是任何 Exchange 通讯组列表的成员,返回的 AddressEntries 对象,次数设置为零 (0)。

注解

如果 Exchange Server 连接速度缓慢, GetMemberOfList 是在性能方面代价高昂的操作。

适用于