views:

19

answers:

1

hey all,
I have to make a SMS sending application in .NET which uses a connected CDMA based Windows mobile 6.1 device to send sms. The problem is I have never worked on smartphone app development so don't have any idea about how should i go about it. Couldn't find anything useful on SO or elsewhere, so please guide me in the right direction.
Thanks in advance to all those who reply.

P.S.:I posted a similar question regarding blackberry here

+1  A: 

This is the native library for sending SMS from the cell phone itself.

Microsoft SMS Sender may do what you need without writing any code at all.

Austin Salonen
hey thanks a lot for replying so quickly.I checked Microsoft SMS sender,it supports only GSM handsets so can't use it.The other link you gave looks good, but is this API for PC or the smartphone, I am a bit confused about it. So if you could give an example for the same , I would be really grateful.
Amit Kumar Jha