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

Re: Read Call Records by Peter

Peter
Fri Feb 16 12:53:44 CST 2007

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

--
Peter Foot
Device Application Development MVP
www.peterfoot.net | www.inthehand.com

"AnikSol" <anisol@community.nospam> wrote in message
news:OWKwRqeUHHA.4260@TK2MSFTNGP06.phx.gbl...
> 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
>
>