I need help with SMS using VB.NET API.

Greatings,

First, sorry for my bad english.

I need some help with some API sentences, I´m using the MKapi from the Wiki, and i don´t understand anything… lol, however i could send some commands for login and log out, get some info, etc. But i have some problems with the sms tool sentences. I need to send for example in terminal windows:

/tool sms send usb2 “5555555555” message=“hello”

This command works fine from terminal windows, telnet etc. however how could I send this command using the API in VB.NET? I´ve tried many ways without success. :frowning:

Thank you in advance.

Greatings.

Finally I found the answer myself, turns out the wiki related whit sms tool have a little outdated info about commands, I used dst as destination, but at least since the routerOS 5 it s not dst anymore, is now phone-number. I hope they will change this info for future users.

Thanks anyway.