G
Gunnar Syren
I have written a program that syncronizes Outlook with a CIS system so your
status in the CIS system is set to busy when you're in a meeting, meaning
you don't get any phone calls routed to you.
For some reason I run into trouble sometimes when a user clicks "Dismiss"
on a reminder (the problem is not in Outlook but in updating the database
for the CIS).
I have noticed that dismissing a reminder triggers the ItemChange event for
that appointment. I would like to ignore ItemChange events that are
triggered by reminders, and only process those that actually reflect
changes to the appointment. But I have not been able to find a way to
distinguish events triggered by the reminder.
Can anyone help?
status in the CIS system is set to busy when you're in a meeting, meaning
you don't get any phone calls routed to you.
For some reason I run into trouble sometimes when a user clicks "Dismiss"
on a reminder (the problem is not in Outlook but in updating the database
for the CIS).
I have noticed that dismissing a reminder triggers the ItemChange event for
that appointment. I would like to ignore ItemChange events that are
triggered by reminders, and only process those that actually reflect
changes to the appointment. But I have not been able to find a way to
distinguish events triggered by the reminder.
Can anyone help?