patryko88
patryko88

Reputation: 89

Programmatically send SMS in windows phone 8 without user interaction

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

Answers (1)

robertk
robertk

Reputation: 2461

No that is not possible to do. Your only way is the SmsComposeTask.

Upvotes: 1

Related Questions