Priority Property
Priority of the mail message (optional).
Syntax
public SmtpPriorities Priority { get; set; }
enum SmtpPriorities { epUnspecified, epNormal, epUrgent, epNonUrgent }
Public Property Priority As SmtpPriorities
Enum SmtpPriorities epUnspecified epNormal epUrgent epNonUrgent End Enum
Default Value
0
Remarks
When this property is set, a Priority header will be added to the message. Priority is an indication about the delivery priority of the message. The possible values are epNormal, epUrgent, and epNonUrgent.