简体   繁体   中英

Send SMS in Windows Phone 7 or 8 C# application

I,am developing windows phone application.I want to send SMS to a another phone without using SmsComposeTask .Because i want send SMS directly clicking a button. can i do this or not ? If it can ,how to do this?

You cannot do that.Then the purpose of SmsComposeTask is lost. You can implement a Web Service to do the same without using SmsComposeTask

Refered from: How can compose messages without using launcher

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM