_TaskItem.Importance Property
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
Property Importance As OlImportance
Get
Set
'Usage
Dim instance As _TaskItem
Dim value As OlImportance
value = instance.Importance
instance.Importance = value
OlImportance Importance { get; set; }
Property Value
Type: Microsoft.Office.Interop.Outlook.OlImportance
Remarks
This property corresponds to the MAPI property PR_IMPORTANCE.