次の方法で共有


AddressEntry.GetExchangeUser メソッド

定義

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

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

戻り値

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

注釈

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

適用対象