免费短信图书馆通缉 [英] free sms library wanted

查看:50
本文介绍了免费短信图书馆通缉的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好;

我正在开发一个项目,可以通过网络将短信发送到手机,并希望库a可以从用户那里获取参数,如to number,from number和消息内容。我找到了一些使用way2sms和160by2的好文章,

但这是印度电话号码。我想要一个库和一些代码,它们具有相同的功能,适用于全世界。如果可以的话,请找一些免费的东西。



提前致谢



Mohamed El-Wehishy

解决方案

你走了,



http://bit.ly/YmnJbt [ ^ ]


这可以帮到你:

通过Web服务使用.NET发送SMS [ ^ ]

如何使用C#在Windows应用程序中发送免费短信 [ ^ ]


使用.NET发送短信 [ ^ ]



使用CEMAPI发送短信 [ ^ ]


使用smsClient.dll使用way2sms帐户发送短信



您可以从以下链接下载smsClient.dll < br $> b $ b

http:// skdotnetdeveloper .blogspot.in / 2011/09 / send-sms-in-cnet.html [ ^ ]



添加此引用dll并使用以下代码发送短信



 SmsClient.SendSms sms =  new  SmsClient.SendSms(); 
// string status = sms.send(way2smsuserid,way2smspassword,message,tonumber);


Hi everyone;
I am working on a project that can send sms via the net to mobile and want library a which can take parameters from user like "to number" , "from number" and "message content". I found some good articles that use way2sms and 160by2,
but it is for Indian phone number. I want a library and some code that has the same function for all over the world. Please, if you can, find something free.

Thanks in advance

Mohamed El-Wehishy

解决方案

Here you go,

http://bit.ly/YmnJbt[^]


this may help you:
Sending SMS using .NET through a Web service[^]
how to send free SMS in windows Application Using C#[^]

Sending SMS using .NET[^]

Sending an SMS using CEMAPI[^]


Use smsClient.dll for sending sms using your way2sms account

You can download smsClient.dll from the following link

http://skdotnetdeveloper.blogspot.in/2011/09/send-sms-in-cnet.html[^]

Add reference of this dll and use this following code for sending the sms

SmsClient.SendSms sms = new SmsClient.SendSms();
 //string status=sms.send(way2smsuserid, way2smspassword, message, tonumber);


这篇关于免费短信图书馆通缉的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆