Outlook:添加或更新日历条目时运行代码?
我目前有一些 VBA 代码可以运行并修改我的所有日历条目。我不想再将其作为批处理过程运行。
是否有一个 API 挂钩可以告诉我何时添加或修改日历条目,以便我可以按需针对单个日历条目运行它,而不必定期针对所有条目运行它?
I currently have some VBA code that runs through and modifies all my calendar entries. I'd like to no longer run this as a batch process.
Is there an API hook that will tell me when a calendar entry is added or modified so that I can run it against a single calendar entry on-demand rather then having to periodically run it against all entries?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想查看应用程序级别事件 ItemAdd : http://msdn.microsoft.com/en-us/library/aa155701(v=office.10).aspx#odc_ch11olevents_topic6
You might like to look at the application level event, ItemAdd : http://msdn.microsoft.com/en-us/library/aa155701(v=office.10).aspx#odc_ch11olevents_topic6