Syntax
Public Overrides Function SendSMS(ByVal AccountID As Long, ByVal SMSText As String) As TransResult
This function is used to send SMS to a specific client.
Parameters
| Key | Description |
| AccountID | Account ID of the client you want tosend SMS |
| SMSText | Bodyof the SMS |
See Also