
Can you choose among multiple SMTP servers?
Yes, that will work as long as you have separate profiles set. You will need
to make sure that Outlook completely exits before you can start it with a
new session.
You cannot however programmatically specify which SMTP transport to use in a
single session if you have several instances of the POP3/SMTP service in a
single profile.
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
Quote:
> > This functionality is not exposed by Outlook.
> > Dmitry Streblechenko (MVP)
> > http://www.dimastr.com/
> > OutlookSpy - Outlook, CDO
> > and MAPI Developer Tool
> > > To send or receive email. I looked in the archives, and up to 2001,
> > > it looks like you cannot. How about now?
> Couldn't something like the following work:
> CREATE "mapi.session" ComSession1.
> CREATE "outlook.application" chOutlook.
> ComSession1:logon("MyChosenProfile", NO, YES, YES).
> Note, "MyChosenProfile".