Poul K. Sørensen
Poul K. Sørensen

Reputation: 17530

Is it possible to listen to incoming SMS and forward them in Windows Phone 8 API?

I need to in my app to be able to forward smses from my windows phone 8 app, given the user have checked a checkbox.

I cant find anything on the let showing how to do this.

Anyone know if its possible, and if so how.

Upvotes: 0

Views: 364

Answers (1)

Kenneth
Kenneth

Reputation: 28737

Unfortunately this is not possible.

The only way you have for interacting with SMS's is through the SmsComposerTaskwhich only let's you pop-up an interface for sending SMS (with possible predefined values for the recipient and the message).

There is no way to intercept or listen for SMS's nor to send SMS's without the user initiating it

Upvotes: 2

Related Questions