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?
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?