且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

从.NET桌面应用程序发送短信

更新时间:2022-12-21 11:03:14

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);


相关阅读

技术问答最新文章