Programmatically Click OL2000 Menu Tools-Send/Receive-All Accounts

  • Thread starter Christopher J Robinson
  • Start date
C

Christopher J Robinson

I have written a C# SysTray applet to collect my POP3 email & deliver it to
my Outlook 2000 Inbox at predetermined intervals. Being MAPI based, this
works fine if Outlook is in Corporate or Workgroup mode. However, if Outlook
is in Internet Mail Only (IMO) mode, which is non-MAPI, the
MAPISession.SignOn() will of course fail. Is there a non-MAPI method by
which I can persuade IMO to deliver the goods?

It occurs to me that since Outlook Menu: Tools-Send/Receive-All Accounts
doesn't have any problem with IMO, if I could "click" programmatically on
that menu item, I would be home & dry!

Any ideas?
 

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