Declaration

Visual C#:

int RequestDeliveryReport;

Visual C++:

long RequestDeliveryReport;

Visual Basic:

Dim RequestDeliveryReport As Integer

Delphi:

property RequestDeliveryReport : Integer;

Remarks

This property shows whether a delivery report is needed or not. If the property value is set to 1, a delivery report is requested, otherwise not needed. In case of a concatenated message, only the last sub-message will return a delivery report. Note that the delivery speed can be decreased if the property value is set to 1. When sending a batch of messages, you are recommended to set the property value to 0. However, if you want to make sure that each message has been received, you must set it to 1. The default value is 0.

See Also  SMSValidity, SendSMS