wodSmtp ActiveX Control - RequestReceipt Property
      
 

Description

Determines if delivery/read receipt is requested from the server.


Property type

A ReceiptsEnum enumeration.  


Syntax

object.RequestReceipt [= value]



The RequestReceipt Property syntax has these parts:

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

Settings

The settings for value are:

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.

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.