Read Call Records

  • Thread starter Thread starter AnikSol
  • Start date Start date
A

AnikSol

Hi,

I want to read the call records which are on a mobile device.
How do I go ahead using VS 2005 ?

Any pointers, ready made solutions /samples?

thanks
 
There are a set of API calls you can P/Invoke PhoneOpenCallLog,
PhoneGetCallLogEntry etc along with the required native structures. This
isn't too hard to do with .NETCF v2.0, with v1.0 the marshalling is a little
more tricky but not impossible by any means. Alternatively there are several
products which have wrappers for this functionality including:-
http://www.inthehand.com/WindowsMobile.aspx
http://www.opennetcf.org/sdf/

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top