The COM OBJECT API is a simple way to implement SMS support with all applications
with COM/ActiveX support. This API uses the YAP API to communicate with the server.
Benefits
- Simple and easy to implement.
- See also YAP API benefits.
Requirements
- Familiarity with the COM objects.
- Server/computer on which to install your script/application.
Example
mySMS.Tel = xxxxxxxx |
mySMS.msg =
"Test"
|
If
mySMSConnection.sendSMS(mySMS) Then
|
Debug.Print
"Message sent successfully"
|
Else
|
Debug.Print
"Problems with sending message"
|
End
If
|
Please look at the documentation for the exact syntax.
Documentation
You will find the COM API documentation
here.
How to start
Sign up with our free online registration.
You will get 5 credits for your trial. You can then buy more credits with your credit
card. You may also contact sales@vianett.com.