_MailItem.Importance Property

Definition

Returns or sets an OlImportance constant indicating the relative importance level for the Outlook item. Read/write.

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

Property Value

Remarks

This property corresponds to the MAPI property PidTagImportance.

Applies to