Specifies the message priority.
TIdMessagePriority = ( mpHighest, mpHigh, mpNormal, mpLow, mpLowest );
TIdMessagePriority is an enumerated type used to describe the priority of a message.
TIdMessagePriority can contain one of the following values and associated meanings:
Value |
Meaning |
mpHighest |
Message should be given the highest priority. |
mpHigh |
Message should be given a high priority. |
mpNormal |
Message should be given the normal priority. This is the default value. |
mpLow |
Message should be given a low priority. |
mpLowest |
Message should be given the lowest priority. |
TIdMessagePriority is the type used to represent the TIdMessage.Priority property.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |