开发者

Outlook AddIn - How to get notified when a folder is removed?

开发者 https://www.devze.com 2022-12-12 06:13 出处:网络
the FolderRemoveEventHandler isn\'t global, it can just be used to notify when a folder is removed from the top level of a specific folders collection. I need an event to fire when any folder is remov

the FolderRemoveEventHandler isn't global, it can just be used to notify when a folder is removed from the top level of a specific folders collection. I need an event to fire when any folder is removed/deleted - does such a thin开发者_如何学Pythong exist?


I'm afraid not, but there is nothing stopping you from recursively registering for all the folders events at application start.

0

精彩评论

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