Macro to receive emails for a specific account

  • Thread starter Thread starter Muriel
  • Start date Start date
M

Muriel

I am using Microsoft outlook for different email accounts. I would like to
write a macro so that outlook will check emails for only one specific
account. How can I do that?

Thanks.
 
If you set up different Send/Receive groups you could start a send/receive
process for a specific group using the NameSpace.SyncObjects collection. See
the Object browser help on SyncObject.Start and the other methods and events
for that object to see some sample code.
 
Back
Top