RemoteItem.Importance Property
Outlook Developer Reference |
Returns or sets an OlImportance constant indicating the relative importance level for the Outlook item. Read/write.
Syntax
expression.Importance
expression A variable that represents a RemoteItem object.
Remarks
This property corresponds to the MAPI property PR_IMPORTANCE.
See Also