次の方法で共有


_ExchangeDistributionList.GetExchangeUser メソッド

定義

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

public:
 Microsoft::Office::Interop::Outlook::ExchangeUser ^ GetExchangeUser();
public Microsoft.Office.Interop.Outlook.ExchangeUser GetExchangeUser ();
Public Function GetExchangeUser () As ExchangeUser

戻り値

Null (Visual Basic では Nothing)。ExchangeDistributionList オブジェクトは、ExchangeUser オブジェクトには対応していません。

注釈

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

適用対象