次の方法で共有


_ExchangeDistributionList.DisplayType プロパティ

定義

の性質を表す列挙体のOlDisplayType定数である olDistList を返しますExchangeDistributionList。 読み取り専用です。

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

プロパティ値

注釈

このプロパティは、MAPI プロパティの PidTagDisplayType に対応します。

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

適用対象