views:

32

answers:

1

For Windows Mobile 6, I'd like to get the count of missed calls in my application.

Is there a function to retrieve the missed calls?

+2  A: 

Have a look at the SystemState.PhoneMissedCalls property.

kgiannakakis