Declaration

Visual C#:

int SendInterval;

Visual C++:

long SendInterval;

Visual Basic:

Dim SendInterval As Integer

Delphi:

property SendInterval : Integer;

Remarks

This property indicates the time interval between two messages, in unit of second. If you continuously send a batch of messages during a network busy period, a delivery failure may occur. To avoid this failure, you can increase the delay time. The default is 1.

See Also  SendTimeout, SendRetryTimes, SendSMS