How to check SendReceive status?

  • Thread starter Thread starter regify
  • Start date Start date
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
 
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.
 
Back
Top