Discuss this help topic in SecureBlackbox Forum
Specifies if asynchronous receipt is requested.
Declaration
[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)
[Java]
boolean getAsyncReceipt();
void setAsyncReceipt(boolean Value);
Description
Set this property to
True to request asynchronous receipt.
Discuss this help topic in SecureBlackbox Forum