Reputation: 489
I wonder if it was possible to force a call without using the messagebox confirmation (in debug mode for example...)?
I use currently PhoneCallTask to make a call.
(My application should never go on the market place)
Thank you for your answers,
Upvotes: 2
Views: 144
Reputation: 7243
The current Windows Phone SDK only provides the PhoneCallTask
to make calls, and this class shows the confirmation message box, so the answer is no...
Upvotes: 1
Reputation: 125650
There is no other way to make a call then using PhoneCallTask()
, even if your app is not going on the marketplace.
Upvotes: 2