C#.net代码,用于将SMS发送到另一个手机号码,以及在Windows Phone 8中接收或捕获已发送的消息。 [英] C#.net code for Send SMS to another mobile number and Receive or Capture Delivered Message in Windows Phone 8.

查看:91
本文介绍了C#.net代码,用于将SMS发送到另一个手机号码,以及在Windows Phone 8中接收或捕获已发送的消息。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的先生/女士,

请给我样本C#.net代码或"C#.net代码"的网址,以便将短信发送到其他手机号码并接收或抓取在Windows Phone 8中发送消息"。

Please give me sample C#.net code or url for "C#.net code for Send SMS to another mobile number and Receive or Capture Delivered Message in Windows Phone 8".

我使用此代码发送短信。

I am using this code for Send SMS.

 SmsComposeTask SMSCompose = new SmsComposeTask();
            SMSCompose.To = "8500271129";
            SMSCompose.Body = phoneNumber;
            SMSCompose.Show();

但我不知道收到已发送消息的捕获。

But I don't Know Captured that receive Delivered Message.

谢谢&问候,

SrinivaaS。

SrinivaaS.

推荐答案

无法捕获收到的短信或收到成功确认发送短信。  您只能使用SMSCompose进行SMS交互。
There is no way to capture incoming SMS messages or receive confirmation of successful sending of SMS messages.  You are limited to the SMSCompose task for SMS interaction.


这篇关于C#.net代码,用于将SMS发送到另一个手机号码,以及在Windows Phone 8中接收或捕获已发送的消息。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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