开发者

Sending SMS from Windows Mobile

开发者 https://www.devze.com 2023-02-08 12:20 出处:网络
This is the question asked at many places but I could no开发者_StackOverflow中文版t find any satisfying answer so asking it in stackoverflow. Hope I will get answer soon.

This is the question asked at many places but I could no开发者_StackOverflow中文版t find any satisfying answer so asking it in stackoverflow. Hope I will get answer soon.

I need to make an Windows Application (VC++/C#/VB.NET) which can send SMS using windows mobile which is connected through ActiveSync or Device center without GSM Modem.

Hope to get positive replies :)


Just so we're clear, you want to use a windows mobile application to send an SMS using the active sync connection to a PC rather than using a WWAN cellular modem?

If the PC is connected to the Internet, I suppose you could use your ActiveSync connection to get Internet access for your mobile device. From there, you could access a web service that allows sending SMS messages. Verizon provides one here: https://text.vzw.com/customer_site/jsp/messaging_lo.jsp

This seems silly, though. Why not just use the device's WLAN to connect to the internet instead of connecting it to a PC? If you must be connected to a PC, why not just use the PC to send the SMS?

-PaulH

0

精彩评论

暂无评论...
验证码 换一张
取 消