Discuss this help topic in SecureBlackbox Forum
Specifies whether to request a delivery notification.
Declaration
[C#]
bool RequestDeliveryReceipt;
[VB.NET]
Property RequestDeliveryReceipt As Boolean
[Pascal]
property RequestDeliveryReceipt: boolean;
[C++]
bool get_RequestDeliveryReceipt();
void set_RequestDeliveryReceipt(bool Value);
[PHP]
bool get_RequestDeliveryReceipt()
void set_RequestDeliveryReceipt(bool $Value)
[Java]
boolean getRequestDeliveryReceipt();
void setRequestDeliveryReceipt(boolean Value);
Description
Use this property to specify whether a delivery notification is required.
Discuss this help topic in SecureBlackbox Forum