_TaskRequestItem.Importance 属性

定义

返回或设置一个 OlImportance 常量,指示 Outlook 项目的相对重要性级别。 读/写。

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

属性值

注解

此属性对应于 PidTagImportance 的 MAPI 属性。

适用于