View Single Post
  #2  
Old April 23rd 07, 08:51 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Send/receive completion?

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.



Ads