_ExchangeUser.AddressEntryUserType プロパティ

定義

のユーザー型ExchangeUserを表す列挙体のOlAddressEntryUserType定数である olExchangeUserAddressEntry を返します。 読み取り専用です。

public:
 property Microsoft::Office::Interop::Outlook::OlAddressEntryUserType AddressEntryUserType { Microsoft::Office::Interop::Outlook::OlAddressEntryUserType get(); };
public Microsoft.Office.Interop.Outlook.OlAddressEntryUserType AddressEntryUserType { get; }
Public ReadOnly Property AddressEntryUserType As OlAddressEntryUserType

プロパティ値

注釈

ExchangeUser オブジェクトは、 オブジェクトからAddressEntry派生します。 AddressEntry オブジェクトから AddressEntryUserType プロパティを継承します。 場合は ExchangeUser の場合、 AddressEntryUserType は常に olExchangeUserAddressEntry を返す必要があります。

適用対象