MsgPriority property
|
SendMail component.
|
type
|
TacSMTPPriority = (mpHighest, mpHigh, mpNormal, mpLow, mpLowest);
|
|
property MsgPriority: TacSMTPPriority; // mpNormal by default
|
The MsgPriority property specifies an importance and priority of e-mail message. The priority of message will be shown by e-mail reader program. Also, most SMTP servers relays messages with the higher priorities earlier than messages with low priorities.
|
|
The value of MsgPriority property automatically includes to the header of message as "X-Priority" field.
|
AddHeaders and Agent properties.
|