Back to product page

Priority Property


Determines message priority.

Syntax

  • Basic
object.Priority [= value]
The Priority(object,value) syntax has these parts:
objectAn expression evaluating to an object of type SmtpMsg
valueA PrioritiesEnum enumeration.

Remarks

Setting Priority property will make wodSmtp insert priority-specific header information into the message before it is delivered. Recepient will see this priority flag when they open message on their computer.

However, on some systems, setting message to HighPriority may also cause message to be delivered before other messages in the server's queue - if needed.

Platforms

Windows