|
|
|
| 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.
|
|
|
| AddHeaders and Agent properties.
|