次の方法で共有


AddressEntry.GetExchangeDistributionList メソッド

定義

ExchangeDistributionListAddressEntry がグローバル アドレス一覧 (GAL) などの Exchange オブジェクトに属し、Exchange AddressList 配布リストに対応する 場合を表す AddressEntry オブジェクトを返します。

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

戻り値

AddressEntry を表す ExchangeDistributionList オブジェクト。 AddressEntry オブジェクトが Exchange 配布リストに対応していない場合は、Nothing (C#では Null 参照 (Visual Basic では Nothing) を返します。

注釈

このメソッドを使用するには、Exchange サーバーに接続している必要があります。

適用対象