Discuss this help topic in SecureBlackbox Forum
Specifies if asynchronous receipt is requested.
Declaration
[C#/Java]
bool AsyncReceipt;
[VB.NET]
Property AsyncReceipt As Boolean
[Pascal]
property AsyncReceipt : boolean;
[C++]
bool get_AsyncReceipt();
void set_AsyncReceipt(bool Value);
[PHP]
bool get_AsyncReceipt()
void set_AsyncReceipt(bool $Value)
Description
Set this property to
True to request asynchronous receipt.
Discuss this help topic in SecureBlackbox Forum