How to check SendReceive status?

R

regify

Hi,

I wrote an addin that sometimes needs to press "Send&Receive". Now I
want to avoid pressing this button if sending and receiving is
actually in progress. Is there a property that I can check?

Volker
 
K

Ken Slovak - [MVP - Outlook]

If you use the SyncObjects collection and start the synch then you can
handle the SyncEnd() event to know when the process ends, if Outlook starts
a scheduled sync or the user does so there's no way of knowing when it ends
or even if one is in progress.
 

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