I want to access sms and call history from WP7?
Can i achieve it?
I want to access sms and call history from WP7?
Can i achieve it?
Quick search on the topic suggest strongly that this feature is not available currently.
Not by code. You cant also access to the Contacts directly of some other areas of the phone. For now those are restricted. For instance, there is no data transfer monitor app as far as I know because MS does not provides access to the API. perhaps this will change as new versions come out.
Cheers
João Cardoso
In Windows Phone Mango (not in 7.0 version) you can access to your contacts details and appointments in your calendar (all of them), only in read only mode but you can store them in your application and work with them locally and modify their characteristics, I repeat, storing them locally in SQLCE or in the Isolated Storage.
You can find more information here:
http://msdn.microsoft.com/en-us/libr...(v=vs.92).aspx
Cheers