次の方法で共有


_ExchangeDistributionList.AddressEntryUserType プロパティ

定義

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

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

プロパティ値

注釈

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

適用対象