Handle ItemChange event when outlook appointments are dismissed

↘锁芯ラ 提交于 2019-12-12 05:27:25

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!