Outlook AddIn - How to get notified when a folder is removed?
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.
精彩评论