How to Send/Receive SMS Messages from C# application, using Nokia Mobile Phone

烂漫一生 提交于 2019-11-30 02:28:22

GSMComm is a useful C# library for this, it comes with a bunch of samples/tools to mess around with as well.

I get the impression you going to buy a Nokia handset specifically to handle your SMS stuff? If so, you could just buy a GSM Modem (depending on your location) they are cheaper, don't include extraneous features and are not dependent on using manufacturer specific software.

What you are looking for is called an "SMS Gateway". Most of the articles on the internet discuss how to create one using Linux.

I did find this article though, which teaches you how to do it using C#: http://www.ozekisms.com/high-performance-sms-gateway/product-manual/index.php?owpn=315

hammad

It looks like you need the Nokia PC Connectivity API (note: Forum Nokia registration required for download):

Developers can use the Content Access API to build PC applications that create, modify, and delete SMS and MMS messages. The API can be used to send and receive SMS and MMS messages.

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