create pop3 account using VBS/VBA

R

Ryan Newell

Greetings-

Wondering if somebody could point me to the correct objects or process for
automating the creation of a pop3 account within Outlook 2003 using VBS.

Any assistance is appreciated.

Thanks,

-Ryan
 
K

Ken Slovak - [MVP - Outlook]

POP3 account information is kept in the Windows registry and is not
documented as to format or what you need in the settings. You'd have to
reverse engineer all the undocumented stuff and figure out how to create a
new account that way.
 
Top