Hai all...
I am pretty new to .net mobile applications.all i want to know is how to send sms via .net.Thanks in advance..
With Regards
Prasad
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Nov 20, 2009, 7:00 AM
As per the guidelines given above i am started to do something...but could not send sms to mobile..the sms send command is getting executed.but i didn't receive any sms in my mobile...
I guess the problem is setting up the network..i don't know where to set it up...at present it runs on fake network..how to convert it into a valid network like airtel or hutch...
Thanks in advance...
Nilanka DharmadasaPosted Nov 19, 2009, 2:25 AM
First download Windows Mobile 5.0 SDK from followinf location.
http://www.microsoft.com/downloads/details.aspx?familyid=83A52AF2-F524-4EC5-9155-717CBE5D25ED&displaylang=en
Then install it.
Then you will have the metioned dll in your machine.
Now you should add reference to those dlls from your project.
If you do not know how to do it, then go to following link.
http://www.developer.com/ws/pc/article.php/3556186/Fast-and-Simple-Mobile-Access-to-Pocket-Outlook-Data.htm
Now you can start writing code. Use the code I have given in my previous reply.
Or you can refer to this link.
http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesvbcs/thread/881300ba-9e18-402b-816e-ab7b5537f830
If you find this answer useful, please mark this as accepted.
Posted Nov 19, 2009, 1:30 AM
Thanks for ur replies...i tried sending sms via asp.net web services http://www.webservicex.net/SendSMS.asmx?op=SendSMSToIndia
it shows sms sent but actually i didn't get any sms in my mobile....
so sending sms via asp.net webservice plan is dropped..
next using windows mobile application..can anyone help me from the basics as i got no idea abt it..or any useful links..
Thanks in advance..
Posted Nov 19, 2009, 12:30 AM
Thanks for the reply....i have no idea wat u said.....can u explain it for a laymen..anyway thanks once again...
Lalit MPosted Nov 19, 2009, 12:29 AM
Another thing
Sending SMS using .NET through Web service.
Nilanka DharmadasaPosted Nov 18, 2009, 11:39 PM
You can use SmsMessage class in Microsoft.WindowsMobile.PocketOutlook.Dll to do this.
Then simply write you code.
If you find this answer useful, please accpt this answer.