Sali
Sali

Reputation: 101

Access SMS and Call logs on windows 7 phone

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

Answers (3)

Rowland Shaw
Rowland Shaw

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

Esko
Esko

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

vcsjones
vcsjones

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

Related Questions