|
Posted by Jason Wang on June 10, 2008, 4:17 pm
Please log in for more thread options
sIn desktop Outlook, you can capture the event raised by appointment, task,
and new email arrival by simply doing
this.Application.Reminder +=
new
Outlook.ApplicationEvents_11_ReminderEventHandler(ThisAddIn_Reminder);
etc.
How to do it in Windows Mobile 6?
I cannot find the solution anywhere. Why it is so hard?
|