Priority Property
Priority of the mail message (optional).
Syntax
public int getPriority(); public void setPriority(int priority);
Enumerated values: public final static int epUnspecified = 0; public final static int epNormal = 1; public final static int epUrgent = 2; public final static int epNonUrgent = 3;
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.
Default Value
0