Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How can I retrieve the call log on windows mobile and store it in sql server database using vb.net code.

I think I should use the phone API functions, but I need some tips in this.

Thanks.
Posted
Updated 7-Apr-10 10:08am
v2

Wow. Google has the answer. Imagine that. I found this on another web site:

-----------------

I think you want the Phone API:

http://msdn.microsoft.com/en-us/library/bb416387.aspx[^]

Specifically, there are calls to PhoneOpenCallLog, PhoneSeekCallLog, etc.
 
Share this answer
 
I am currently working on this. However at present we use CallHistoryExport.exe and import the calllog using activesync, the file is linked to msaccess and sql takes over from there. its a cludge at present but we get the data! (google CallHistoryExport.exe and talk to the developer).
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900