ActiveXperts SMS Component e' un componente ActiveX/COM che permette di introdurre le funzionalita' SMS in applicazioni Windows. Con ActiveXperts SMS Component, si possono mandare e ricevere, messaggi SMS (inclusi WAP, suonerie, immagini) , il tutto per mezzo di:
Con ActiveXperts SMS Component, si possono mandare e ricevere, messaggi SMS (inclusi WAP, suonerie, immagini) , il tutto per mezzo di::
![]() Welkom scherm |
![]() Visual Studio.NET project |
![]() Console Applicatie |
![]() Web Applicatie |
SMS kenmerken:
Caratteristiche Cercapersone:
Caratteristiche generali:
ActiveXperts SMS Component contiene diversi esempi per diversi ambienti di sviluppo, tra i quali:
ActiveXperts Email Component è compatibile con i seguenti sistemi operativi:
I frammenti di codice (VBScript) seguenti illustrano come si puo` usare ActiveXperts SMS Component.
Per piu` esempi, visitare la pagina Online SMS Component Samples pagina.
Option Explicit Dim objGsm, objSmsMessage, objSmsConstants Set objGsm = CreateObject( "AxSms.Gsm" ) Set objSmsMessage = CreateObject( "AxSms.Message" ) Set objSmsConstants = CreateObject( "AxSms.Constants" ) objGsm.Open "MultiTech GSM MultiModem", "0000" ' Pincode is 0000. WScript.Echo "Open Device, result: " & objGsm.LastError ' Message: set all properties objSmsMessage.Clear objSmsMessage.ToAddress = "+31612345678" objSmsMessage.Body = "Hello, world!" objSmsMessage.BodyFormat = objSmsConstants.BODYFORMAT_TEXT objGsm.SendSms( objSmsMessage ) WScript.Echo "Send, result: " & objGsm.LastError objGsm.Close
Option Explicit ' Declare objects Dim objSmpp, objMessage, objSmsConstants, objDeliveryStatus ' Declare Variables Dim strReference Dim strServer, nPort, nTimeout, strUsername, strPassword ' Create objects Set objSmpp = CreateObject ( "AxSms.Smpp" ) Set objMessage = CreateObject ( "AxSms.Message" ) Set objSmsConstants = CreateObject ( "AxSms.Constants" ) ' Connect to smpp provider on port 2775, max. 5000msecs before timeout objSmpp.Connect "smpp.activexperts-labs.com", 2775, 5000 If ( objSmpp.LastError <> 0 ) Then WScript.Sleep 3000 WScript.Quit End If objSmpp.Bind objSmsConstants.SMPP_BIND_TRANSMITTER, "myaccount", "mypassword, "", objSmsConstants.SMPP_VERSION_34, 0, 0, "", 5000 Wscript.Echo "Binding Smpp Credentials, result: " & objSmpp.LastError If ( objSmpp.LastError <> 0 ) Then objSmpp.Disconnect WScript.Quit End If ' Message: set all properties objMessage.Clear objMessage.FromAddress = "+3161213456789" objMessage.ToAddress = "+3161122334455" objMessage.Body = "Hello, world!" objMessage.BodyFormat = objSmsConstants.BODYFORMAT_TEXT objSmpp.SubmitSms ( objMessage ) Wscript.Echo "SubmitSms, result: " & objSmpp.LastError objSmpp.Unbind objSmpp.Disconnect WScript.Echo "Ready."
ActiveXperts SMS Component utilizza il Microsoft VBScript Engine. Utilizza solo il motore, senza sostituire alcun componente del VBScript engine.
ActiveXperts SMS Component puo' essere facilmente distribuito su molti PC. Altro »».
Clicca qui per maggiori informazioni sugli Schemi di Licenza.