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
ReceiptsEnum Enumeration
These constants define if wodSmtp will insert specific headers into the message that define if receipt is requested from the server/recepient when message is read/delivered.
Remarks
OnDeliverySuccess, OnDeliveryFailure and OnDeliveryDelay will cause wodSmtp to send NOTIFY=SUCCESS,DELAY,FAILURE immediately after specifying RCPT TO command.OnReadMessage will cause wodSmtp to insert 'Disposition-Notification-To' and 'Read-Receipt-To' headers into the message.
Possible values for ReceiptsEnum:
Constant | Value | Description |
---|---|---|
NoReceipt | 0 | Don't request delivery/read receipt. |
OnDeliverySuccess | 1 | Request receipt on successful delivery. |
OnDeliveryFailure | 2 | Request receipt if delivery fails. |
OnDeliveryDelay | 4 | Request receipt if delivery is delayed. |
OnReadMessage | 8 | Request receipt when message is read. |