_ExchangeUser.DisplayType プロパティ

定義

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

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 に対応します。

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

適用対象