In windows mobile, if you create a task, you can set a due date and a time to remind you about the task.
When the time is ready to remind you about the task, windows mobile will play a sound and show a user notification, which persists until you dismiss it.
Now I'd like to know if any task (how many?) has run into this "remind me" stage.
My first try was SystemState.TasksOverdue, but these are not the tasks the system reminds you about, these are the tasks which missed their due-date, which is something different. Same about the other SystemSta.Tasks... properties: none of them is about tasks which the system wants to remind you about.
Is there any way to get the tasks the system is actively reminding you right now?
Oh, I program using c# and .Net CF 2.0.