0

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?

Thomas Shields
  • 8,874
  • 5
  • 42
  • 77
mithu
  • 177
  • 1
  • 6
  • 16
  • possible duplicate of [Windows Phone 7 call history - Mango API](http://stackoverflow.com/questions/6882990/windows-phone-7-call-history-mango-api) – ColinE Mar 14 '12 at 06:05

2 Answers2

2

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

Julien
  • 3,509
  • 20
  • 35
  • Can you look at [Phone API](http://msdn.microsoft.com/en-us/library/bb416387.aspx) and tell me what is it doing? Can i use this API to access the call history from Windows phone 7? – mithu Mar 14 '12 at 05:34
  • No, its not possible (privacy reasons ) – Julien Mar 14 '12 at 06:52
0

Refer Windows Phone 7 call history - Mango API

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

Community
  • 1
  • 1
nucleons
  • 742
  • 5
  • 21