Edward
Edward

Reputation: 7424

Possible to make a phone call from WP7 application?

as stated above is it possible to make a phone call from within inside a wp7 app? If not is it possible to launch the "Phone Application" similar to the SMSTask class or EmailTask class from within our applications?

Upvotes: 2

Views: 447

Answers (1)

Steve Chadbourne
Steve Chadbourne

Reputation: 6953

You need to start a PhoneCallTask

Details here

Upvotes: 7

Related Questions