- Subject: how to create account thru script ?
- Author: Jean-Claude
- Date: 02 Oct 2011
- References:
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