Priority Property
Priority of the mail message (optional).
Syntax
__property TipgPHTMLMailerPriorities Priority = {read=FPriority, write=FSetPriority, default=0};
enum TipgPHTMLMailerPriorities { epUnspecified=0, epNormal=1, epUrgent=2, epNonUrgent=3 };
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.
Data Type
Integer