The SendRetry property gets or sets a Integer value to define the
maximum number of retries after there is a failure in first attempt to send a
SMS. If SendRetry is set 0, it means there will be no retry attempts.
There are times when the message actually is transmitted but due to network
congestion or low signal strength, the SMSC may not respond properly and
therefore mCore will consider it as error and retry sending (if SendRetry is set
to a value of 1 or more).
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.SendDelay Property
mCore.SMS.SendSMS Method