VBA - Switch Default Email Account

  • Thread starter Thread starter Jado
  • Start date Start date
J

Jado

Hi

Using VBA, is it possible to reset the default email account (Internet Only
mode) to another already existing email account??

also, is it possible using VBA to import accounts that have been saved using
the 'Export Account' feature?

does anyone know if there is a limit to the number of accounts you can
import?

Thanks

Jado
 
Thanks Ken...

Sorry i didn't mention which version (we're using Outlook 2000)

So, is it possible using any other means (besides manual)?

If not, is there a solution to this problem? i.e Outlook (Corporate Mode)

also, we're using MDaemon 7.0.1 instead of MS Exchange. Do you know if
Outlook 2000 Corporate Mode and Profiles work with MDaemon as it would with
MS Exchange?

Thanks

Jado
 
I'm not at all familiar with MDaemon.

You can't change default account in any version of Outlook in any mode by
any coding means that I know of. You can select an alternate email account
to send something with in Outlook 2000 Internet only mode and in Outlook
2002 and later by using the Execute method on the CommandBarButton that you
would use in the UI to do that, but that's only for that one item.
 
Thanks for the advice Ken

Ken Slovak - said:
I'm not at all familiar with MDaemon.

You can't change default account in any version of Outlook in any mode by
any coding means that I know of. You can select an alternate email account
to send something with in Outlook 2000 Internet only mode and in Outlook
2002 and later by using the Execute method on the CommandBarButton that you
would use in the UI to do that, but that's only for that one item.
 
Back
Top