Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets an OlImportance constant indicating the relative importance level for the Outlook item. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property Importance As OlImportance
Get
Set
'Usage
Dim instance As _ReportItem
Dim value As OlImportance
value = instance.Importance
instance.Importance = value
[DispIdAttribute()]
OlImportance Importance { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlImportance
Remarks
This property corresponds to the MAPI property PidTagImportance.