MeetingItem.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 MeetingItem object.

Remarks

This property corresponds to the MAPI property PR_IMPORTANCE.

See Also