Back to product page
- Introduction
- License agreement
- Getting Started
- Enumerations
- Objects
- wodSmtp
- Methods
- Properties
- Authentication
- Blocking
- Certificate
- CharSet
- DNSHostname
- Hostname
- LastError
- LastErrorText
- Login
- MailFrom
- MailTo
- Message
- MyHostname
- MyIP
- Notification
- Password
- Port
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RequestReceipt
- RetryCount
- RetryWait
- Security
- State
- StateText
- Tag
- Timeout
- Transcript
- UseIPv6
- Version
- Events
- IwodSmtpClientNotify
- SmtpEncoder
- SmtpHdr
- SmtpHdrs
- SmtpMsg
- SmtpMsgs
- wodSmtp
- How to get support?
- Technical information
- Fast notifications interface
- Error list
Priority Property
Determines message priority.
Syntax
- Basic
object.Priority [= value]
The Priority(object,value) syntax has these parts:
The Priority(object,value) syntax has these parts:
object | An expression evaluating to an object of type SmtpMsg |
value | A 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.