Use the SyncObject.SyncEnd event. Sync objects are available from the
Namespace.SyncObjects collection
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Nathan" wrote in message
...
Hello,
I have developed a custom application that integrates with Outlook 2003.
The
email accounts are configured to use POP3 for downloading items in the
inbox.
So based on business logic, I have coded to trigger the send/receive
process
from my application which works.
But how do I detect if the send/receive finished?
Thanks in advance for suggestions.