sendmail MsgPriority property
Return to Introduction  Previous page  Next page
Applies to
acSendMail component.  

Declaration
type  
  TacSMTPPriority = (mpHighest, mpHigh, mpNormal, mpLow, mpLowest);  
 
property MsgPriority: TacSMTPPriority; // mpNormal by default  

Description
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.  
 
iiinfo The value of MsgPriority property automatically includes to the header of message as "X-Priority" field.  

See also (optional headers)
AddHeaders and Agent properties.