开发者

Outlook: Run code when a calendar entry is added or updated?

开发者 https://www.devze.com 2023-02-10 17:42 出处:网络
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.

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?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号