wodSmtp ActiveX Control - Priority Property
      
 

Description

Determines message priority.


Property type

A PrioritiesEnum enumeration.  


Syntax

object.Priority [= value]



The Priority Property syntax has these parts:

Part Description
object An expression evaluating to an object of type SmtpMsg.
value A PrioritiesEnum enumeration, as described in settings.

Settings

The settings for value are:

Constant Value Description
 NormalPriority 0 Message is not marked to have any priority.
 HighPriority 1 Message is marked as high priority.
 LowPriority 2 Message is marked as low priority.

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.