Send/receive completion?

G

Guest

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.
 
D

Dmitry Streblechenko

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top