Reputation: 101
I am trying to access sms and call logs to get a copy and send to the server for corporate application. Is it possible to read (not intercept) the sms (incoming and outgoing) and call logs on windows 7 device?
Thanks Ali
Upvotes: 2
Views: 1251
Reputation: 38129
There are limitations on the personal data exposed to application developers, and this is limited to calendar information, and address book information. For more detail on those, take a look at the classes in the Microsoft.Phone.UserData namespace
Upvotes: 1
Reputation: 29375
No, the exact reason being that that'd enable the app developers (all of them) to steal the user's private data.
Upvotes: 1
Reputation: 141678
Is it possible to read (not intercept) the sms (incoming and outgoing) and call logs on windows 7 device?
As of Mango, No. There is no documented API for that.
Upvotes: 1