Products
INTEGRATED
STANDALONE
OTHER
Use this API to send text messages via a COM component.
Easy to use API
Proxy server support
Long SMS (up to 765 characters)
Delivery status via function return code
Email replies
Dim RedOxygenComponent As Object
Set RedOxygenComponent = CreateObject("REDOXYGENCOM.SMSInterface")
With RedOxygenComponent
.AccountID = "CI00001234"
.Email = "username@company.com"
.Password = "MyPassword"
End With
RedOxygenComponent.SendSMSMessage "0410123456", "Hello from Red Oxygen COM object"