How can I tell when Rules have finished processing?
问题 I'm trying to find a way to trigger a VBA sub once, at the end of Outlook Rule processing. I'm currently using SyncEnd events , but this doesn't seem to work properly when first starting Outlook (the SyncEnd fires before Rules are run on the entire inbox, and mail items are not yet present in the folders where my function expects them to be). Is a way to capture a "rules processing completed" event? 回答1: All Outlook events are well documented within the VBE. Just press F2 to go into the