本文介绍了如何在我的C#Windows应用程序中获取短信传递报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我必须通过URL发送SMS消息.....
我正在购买SMS网关(即URL),通过使用此URL,我发送了多个SMS.但是我怎么知道我的SMS消息已传递给收件人.

在这种情况下,当我使用GSM/GPRS MODEM发送SMS消息时:-
GSM/GPRS 调制解调器工作正常...当短信已发送时,它会显示已发送的报告.

如果是 URL :-
已交付未交付的两种情况下,我都收到相同的消息"消息已交付" ...
其实它是如何工作的,我完全不知道.....

请建议我并迅速给我答复.

Hi,

I have to send SMS Messages thro'' URL.....
I''m Purchasing SMS Gateway ( ie. URL), by using this URL, i Sent multiples SMS''s..
but How can i know my SMS message is Delivered to Recipient.

When i use GSM/GPRS MODEM to sent SMS Messages in that case:-
GSM/GPRS Modem it Works Fine...it Shows Delivered Report when sms has Delivered.

In the case of URL :-
I am getting the same message ''message has been delivered'' in both cases delivered and not delivered...
Actually Hows it is exactly works i have no idea.....

Please Suggest me and Reply me Quickly.

推荐答案


这篇关于如何在我的C#Windows应用程序中获取短信传递报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 21:35