Priority Property
Priority of the mail message (optional).
Syntax
property Priority: TipgphtmlmailerPriorities;
TipgphtmlmailerPriorities = ( epUnspecified, epNormal, epUrgent, epNonUrgent );
Default Value
epUnspecified
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.
Data Type
Integer