代码将SMS从PC发送到手机

代码将SMS从PC发送到手机

本文介绍了C#代码将SMS从PC发送到手机的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何编写c#代码以将PC上的SMS批量发送到手机?为此应使用哪些程序集引用?有什么方法可以发送免费短信吗?''我们是否应该为此使用GSM或Internet?为此,我们应该实际使用什么服务?

请解释.

How to write a c# code to bulk send SMS'' to mobiles from a PC? What assembly references should be used for this purpose? Is there any way to send free SMS''? Should we use GSM or internet for this purpose? What service should we use actually for this purpose?

Please explain.

推荐答案




这篇关于C#代码将SMS从PC发送到手机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 21:59