Priority is a
TIdMessagePriority property that describes the message priority. Priority can contain one of the following values:
- mpHighest - The message should be given the highest priority
- mpHigh - This message should be given a high priority
- mpNormal - This message should be given the normal priority. This is the default value.
- mpLow - This message should be given a low priority
- mpLowest - This message should be given the lowest priority