Back to product page

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:
objectAn expression evaluating to an object of type wodSmtp
valueA 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.

Platforms

Windows