Send and Receive google text message SMS VB.NET

£可爱£侵袭症+ 提交于 2019-12-23 03:38:09

问题


I am trying to send and receive SMS messages. Sending is not a problem and that part works well, but I also need to get the responses back.

For example on the TV you often see things that say something like "Text sales to 884921"

Something on the other end must be reading those text messages and handling them. Another example is AT&T sends out a text message that says something like "You bill is ready, text YES to pay the bill now". This is exactly what I need to do. If I were writing the app on the Android or iPhone it would be easier as the text messaging is already there.

I was thinking I could use Google voice text messaging, but I need it to be automated with an app that I write on my server.

Any ideas?


回答1:


I've used http://www.textanywhere.net/ in the past for text polling, and using vb.net too. You just add the web service reference to a project that runs every X amount of seconds as a scheduled task (based on how often you want to check for replies). They have good documentation on their site too that should detail everything you need.



来源:https://stackoverflow.com/questions/9196225/send-and-receive-google-text-message-sms-vb-net

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!