问题
I have created some macros to forward my calendar events from my work email to my personal email. One component is a ItemChange event that will update my personal calendar when items change on my work calendar. I am having a problem in that every time I dismiss an appointment reminder in outlook it triggers the "itemchange" event. I am trying to develop something to prevent my item change procedures from running when a reminder is dismissed. Anyone have an idea how to handle this? Does anyone know what property of the AppointmentItem changes when a reminder is dismissed?
回答1:
You cannot do that. When you dismiss a reminder, a couple properties are set and the appointment is saved. A change is a change.
来源:https://stackoverflow.com/questions/35186534/handle-itemchange-event-when-outlook-appointments-are-dismissed