Send/Receive interval

  • Thread starter Thread starter Mark
  • Start date Start date
M

Mark

Hi

Is it possible to programatically change the "automatic interval" for
send and receive for Outlook 2003? I want to be able to auto
send/receive every 2 minutes between (say) 8am and 5pm, then between
5pm and 8am, auto send/receive every 30 minutes.

I would really like to fire some code (on startup) which looked at the
current time, and made the change automatically.

Cheers,
Mark ...
 
No, nothing related to the accounts or send/receive settings is exposed in
the Outlook Object Model.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Thanks Dmitry, I'll just have to do it manually. The other option I
might implement is to have another machine which runs a decent
scheduler to retrieve the mail, and holds it. I implemented a linux
solution for one of my customers, which allows me to bring down the
mail however often they wanted it, then retrieve it from there. Good
solution and works well.

Thanks for your help,
Regards,
Mark ...
 
Back
Top