Reputation: 89
Is it possible to send SMS programmatically in Windows Phone 8 without user interaction? I've looked around but all solutions expects that user click send button. I don't limit to C#, I think about C++ but for now I don't have any good solutions of this problem.
Thanks for any advice.
Upvotes: 0
Views: 656
Reputation: 2461
No that is not possible to do. Your only way is the SmsComposeTask.
Upvotes: 1