Syntax
| SQL.SendSMD( FromID, ToPhone, Message)
| ||||||||
---|---|---|---|---|---|---|---|---|---|
Description
| Sends an SMS message through the Tradium Mail Server to the specified telephone number. If the message is successfully included in the sendqueue, the function returns TRUE, or FALSE otherwise.
| ||||||||
See Also
| |||||||||
Example
| Sub Main() Debug.Print SQL.SendSMS("Agenda", "0612345678", "Vergeet uw afspraak niet!") End Sub | ||||||||