tags:

views:

93

answers:

2

i want to create a desktop application using c#, by which i can access the iphone device and able to read SMS.db to read the SMSs

+1  A: 

Not possible I'm afraid unless you jailbreak and tunnel into the iPhone.

Don't forget to change the default password!

adam
Odd - what happened to the previous answer?
Jonners
A: 

It's possible to read the iPhone's filesystem over USB via the MobileDevice Library (not that this will be easy). There's even a .NET wrapper library for doing so.

rpetrich