SendMessage ( To As String, Text As String, From As String, MessageId As Variant ) As ResultCodes
Sends an SMS message via the Internet Gateway.
<% Set IntelliSMS = Server.CreateObject("IntelliSoftware.IntelliSMS") IntelliSMS.Username = "MyUsername" IntelliSMS.Password = "MyPassword" Result = IntelliSMS.SendMessage _ ( "44771012345", "Hello", "SENDER_ID", MessageId ) %>
Dim IntelliSMS As New INTELLISMSLib.IntelliSMS IntelliSMS.Username = "MyUsername" IntelliSMS.Password = "MyPassword" Dim MessageId As Variant Dim Result As INTELLISMSLib.ResultCodes Result = IntelliSMS.SendMessage _ ( "44771012345", "Hello", "SENDER_ID", MessageId )
<< Back to COM Component
SMS Interfaces HTTP Interface SMTP Interface .NET Component COM Component PHP SDK Java SDK
Text Messaging Send SMS Receive SMS SMS Replies
MMS Messaging Send MMS Receive MMS
Prices
Free Trial
Premium SMS
Downloads
Documents
Support Forum
Coverage