Reputation: 729
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?
Upvotes: 0
Views: 216
Reputation: 222720
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
Upvotes: 2