Importance Property
Importance of the mail message (optional).
Syntax
int GetImportance();
int SetImportance(int iImportance);
Possible Values
MI_UNSPECIFIED(0), MI_HIGH(1), MI_NORMAL(2), MI_LOW(3)
Default Value
0
Remarks
This property indicates the importance of the mail message (optional). When set, an Importance header will added to the message.
Importance is an indication to the recipient(s) about how important the message is. The possible values are High (1), Normal (2), and Low (3).
Data Type
Integer