简体   繁体   English

从Windows Mobile发送短信

[英]Sending SMS from Windows Mobile

This is the question asked at many places but I could not find any satisfying answer so asking it in stackoverflow. 这是在许多地方提出的问题,但是我找不到任何令人满意的答案,因此在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. 我需要制作一个Windows应用程序(VC ++ / C#/ VB.NET),该应用程序可以使用Windows Mobile发送短信,该Windows Mobile通过ActiveSync或设备中心连接而无需GSM调制解调器。

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? 正是这样,我们很清楚,您要使用Windows Mobile应用程序通过与PC的活动同步连接而不是WWAN蜂窝调制解调器发送SMS?

If the PC is connected to the Internet, I suppose you could use your ActiveSync connection to get Internet access for your mobile device. 如果PC已连接到Internet,我想您可以使用ActiveSync连接来获取移动设备的Internet访问权限。 From there, you could access a web service that allows sending SMS messages. 从那里,您可以访问允许发送SMS消息的Web服务。 Verizon provides one here: https://text.vzw.com/customer_site/jsp/messaging_lo.jsp Verizon在此处提供了一个: 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? 为什么不只使用设备的WLAN来连接互联网,而不是将其连接到PC? If you must be connected to a PC, why not just use the PC to send the SMS? 如果必须连接到PC,为什么不只使用PC发送SMS?

-PaulH -PaulH

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM