Answered by:
How can I get missed calls numbers ( Windows Mobile )

Question
-
Hey all ....
I need to know how to get the Missed Calls numbers in windows mobiles .
I tried to use : -
SystemState.PhoneMissedCalls
But it only returns the number of Missed Calls .
I'm using Visual Studio 2008 pro , Visual Basic
Many thanks in advance , And I hope I'm asking my question in the right section.
Interisted in windows system upgradeThursday, March 11, 2010 5:07 PM
Answers
-
Hi,
You may find the following thread useful :-
http://social.msdn.microsoft.com/Forums/en-SG/netfxcompact/thread/b3f72700-ee2e-4484-b527-34dac365c632
Hope this helps.
Paul Diston
http://www.smartmobiledevice.co.uk/- Marked as answer by Ashraf Alshahawy Monday, March 15, 2010 10:28 AM
Thursday, March 11, 2010 6:14 PM -
If you don't want to P/Invoke PhoneOpenCallLog yourself, you can use OpenNETCF's CallLog class and CallLogEntry.CallType property. Please read the "Retrieving Phone Logs" segment in the following article:
Using the Smart Device Framework for Windows Mobile Development
http://www.devx.com/wireless/Article/36134/1954
Please mark the post that helps you, and unmark that does not. This benefits our community.- Marked as answer by Ashraf Alshahawy Monday, March 15, 2010 10:15 AM
Monday, March 15, 2010 9:55 AM
All replies
-
Hi,
You may find the following thread useful :-
http://social.msdn.microsoft.com/Forums/en-SG/netfxcompact/thread/b3f72700-ee2e-4484-b527-34dac365c632
Hope this helps.
Paul Diston
http://www.smartmobiledevice.co.uk/- Marked as answer by Ashraf Alshahawy Monday, March 15, 2010 10:28 AM
Thursday, March 11, 2010 6:14 PM -
Many thanks Paul for your help ,
But is there any direct way to access such essential property , I couldn't use the PhoneOpenCallLog function .
When I used the ready dll , and used its (IsMissed) method to get the missed calls , it keeps
return the same numbers even if I dismissed them from the built-in mobile log.
I need to get a list of the missed calls , and if the user used the system to dismiss them
or he later entered the missed calls log , I retrieve the updated list.
If you can guide me to a topic or tutorial - In vb - that use at least PhoneOpenCallLog , It'll be
appreciated.
many thanks in advance.
Interisted in windows system upgradeThursday, March 11, 2010 11:42 PM -
If you don't want to P/Invoke PhoneOpenCallLog yourself, you can use OpenNETCF's CallLog class and CallLogEntry.CallType property. Please read the "Retrieving Phone Logs" segment in the following article:
Using the Smart Device Framework for Windows Mobile Development
http://www.devx.com/wireless/Article/36134/1954
Please mark the post that helps you, and unmark that does not. This benefits our community.- Marked as answer by Ashraf Alshahawy Monday, March 15, 2010 10:15 AM
Monday, March 15, 2010 9:55 AM -
Many thanks Chunsheng Tang , I used a similar 3rd party CECallLog for missed calls numbers,
And now I'm using PhoneOpenCallLog to retrieve the Unread SMS
http://social.msdn.microsoft.com/Forums/en-US/windowsmobiledev/thread/e5700c00-75c6-4ca4-b897-f10440169d37
Many thanks for all your help. And I hope you can help me with the thread above.
Interisted in windows system upgradeMonday, March 15, 2010 10:20 AM