_ExchangeUser.GetExchangeDistributionList メソッド

定義

オブジェクトがオブジェクトに対応ExchangeDistributionListしていないため、Nothing (C#では Null 参照 (Visual Basic では Nothing) ExchangeUser を返します。

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

戻り値

ExchangeUser オブジェクトが ExchangeDistributionList オブジェクトに対応していないため、Nothing (C#では Null 参照 (Visual Basic では Nothing) )。

注釈

ExchangeUser オブジェクトは、 オブジェクトからAddressEntry派生します。 AddressEntry オブジェクトから GetExchangeDistributionList メソッドを継承し、ExchangeUser の場合、このメソッドは常に Nothing を返します。

適用対象