Unit
ScMailMessage
type
TScMailPriority = (mpNormal, mpLowest, mpLow, mpHigh, mpHighest);
Description
The TScMailPriority enumeration represents the priority of an email message. This value is specified in the 'X-Priority' message header.
Value | Meaning |
mpNormal | The message has normal priority. |
mpLowest | The message has lowest priority. |
mpLow | The message has low priority. |
mpHigh | The message has high priority. |
mpHighest | The message has highest priority. |
See Also