Importance Property
Importance of the mail message (optional).
Syntax
public HtmlmailerImportances Importance { get; set; }
enum HtmlmailerImportances { miUnspecified, miHigh, miNormal, miLow }
Public Property Importance As HtmlmailerImportances
Enum HtmlmailerImportances miUnspecified miHigh miNormal miLow End Enum
Default Value
0
Remarks
This property indicates the importance of the mail message (optional). When set, an Importance header will be added to the message.
Importance is an indication to the recipient(s) about how important the message is. The possible values are Unspecified (0), High (1), Normal (2), and Low (3).