Is it possible to send sms via computer

jothis

Active Member
Licensed User
hi friends

i used the outlookdesktop.dll file for sending a sms and i writed this code

Sms.New1("+918893002232","This is the message body.")

But There is no Response. Is it possible to send sms via computer using internet?
Please help me
:sign0085:
 

corwin42

Expert
Licensed User
Longtime User
i used the outlookdesktop.dll file for sending a sms and i writed this code

Sms.New1("+918893002232","This is the message body.")

Quote from the help of outlook.library:

The OutlookDesktop library is a "dummy" library which includes all the methods and properties of this library, but without any functionality.

So the desktop library is only a dummy and has absolutely no functionality. It is not possible to send a sms from the desktop directly.
 

jothis

Active Member
Licensed User
Thank you corwin42 for your replay

What should i do for sending sms in desktop application? which library is more useful to send sms in desktop can you help me?

jothis
:sign0085:
 
Top