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
RequestReceipt Property
Determines if delivery/read receipt is requested from the server.
Type
A ReceiptsEnum enumeration.Syntax
- Basic
object.RequestReceipt [= value]
The RequestReceipt(object,value) syntax has these parts:
The RequestReceipt(object,value) syntax has these parts:
object | An expression evaluating to an object of type wodSmtp |
value | A ReceiptsEnum enumeration. |
Remarks
RequestReceipt property can be set to one (or combination of two or more) ReceiptsEnum constants. If you select or combine those constants, wodSmtp will insert receipt-specific headers into the message before is delivered to the server.Please note that even receipt is requested - there's no guarantee it will be provided by remote server, this depends only on server implementation.