The SendDelay property gets or sets a Long Integer value to define
the minimum time delay interval between two consecutive messages in
milliseconds.
When sending a batch of outgoing messages, immediately one after another, during
a network busy period, it may result in delivery failure and retries. Increase
the value of SendDelay property to avoid such errors.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
| Visual Basic |
Public Class MyClass Dim strMsg As String,
strPhone(5) As String For i = 0 to 5 Catch ex As
mCore.SMSSendException |
| C# |
class MyClass catch
(mCore.GeneralException e) |
mCore.SMS.SendRetry Property
mCore.SMS.SendSMS Method