Catch Outlook Synchronize Event

  • Thread starter Thread starter SeeMing
  • Start date Start date
S

SeeMing

Hi,

I've enabled "When online, automatically sychronize all folders upon
exiting" in my Outlook. Upon exiting, I would like to programmatically
catch the sync event with COM addin, is there any chance to do this?
Outlook SyncObjects/SyncObject doesn't do the job though. Many thanks.

SeeMing
 
SyncObjects only fire events when run manually, not when run automatically.
I don't know of a way to get at what you want offhand.
 
Back
Top