mithu
mithu

Reputation: 177

Access the call history from Windows phone 7

I'm new to Windows phone7 development. Can i know whether there is permission to access the call history from Windows phone7 using Windows phone SDK?

And what programming languages are preferred for developing applications in Windows phone7?

Upvotes: 0

Views: 578

Answers (2)

Julien
Julien

Reputation: 3529

It is not possible to access the call history (privacy). You can only select a contact to get his number with PhoneNumberChooserTask

Allows an application to launch the Contacts application. Use this to obtain the phone number of a contact selected by the user.

Languages to develop applications for Windows Phone are C # and VB.NET. You can find examples on this page

Upvotes: 2

nucleons
nucleons

Reputation: 742

Refer Windows Phone 7 call history - Mango API

You can use C# or VB.net for backend coding and xaml for ui.

Upvotes: 0

Related Questions