how to create account thru script ?

  • Thread starter Thread starter Jean-Claude
  • Start date Start date
J

Jean-Claude

Hello,
i'm looking for a script (vbs or vba) to create accounts with outlook 2003.
Example :
set o = createbject("Outlook.Application")
to create an instance, and then to control it with variable o :
o.addaccount ... (i don't know the right function)

I didn't find it with google, but it seems possible because with this method
i can send or transfer mails)
Thanks a lot.

Jean-Claude
 
Thanks.
I'm testing, seems ok for simple accounts, but all my accounts are not
simples...
I'm trying...
Jean-Claude
 
Back
Top