_TaskRequestItem.Importance プロパティ

定義

Outlook アイテムの相対的な OlImportance 重要度レベルを示す定数を設定または返します。 読み取り/書き込みが可能です。

public:
 property Microsoft::Office::Interop::Outlook::OlImportance Importance { Microsoft::Office::Interop::Outlook::OlImportance get(); void set(Microsoft::Office::Interop::Outlook::OlImportance value); };
public Microsoft.Office.Interop.Outlook.OlImportance Importance { get; set; }
Public Property Importance As OlImportance

プロパティ値

注釈

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

適用対象