Adding a new account to Outlook Express 
Author Message
 Adding a new account to Outlook Express

Hello,

I've been trying to add a new email account to Outlook Express using WSH,
but I can't figure out how to enumerate the registry keys in the
HKCU\Software\Microsoft\Internet Account Manager\Accounts key.  Can someone
tell me how to enumerate the subkeys (00000001, 00000002, etc.) so I can
assign a number to the new account?
Thanks

Mauro



Mon, 16 Sep 2002 03:00:00 GMT  
 Adding a new account to Outlook Express
Download and install RegObj.dll which will enumerate keys and/or values.  If you just want to know
the next available sequential key, you could just sequentially RegRead starting with 00000001 and
increment by one until you get an error...

--
Michael Harris
MVP Scripting

Hello,

I've been trying to add a new email account to Outlook Express using WSH,
but I can't figure out how to enumerate the registry keys in the
HKCU\Software\Microsoft\Internet Account Manager\Accounts key.  Can someone
tell me how to enumerate the subkeys (00000001, 00000002, etc.) so I can
assign a number to the new account?
Thanks

Mauro



Mon, 16 Sep 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. How to access Outlook Express Mail Accounts?

2. Newbie: how to launch Outlook Express instead of Outlook

3. Script Outlook and Outlook Express

4. Outlook VS Outlook Express

5. How to config outlook and outlook express by writing scripting

6. Add new appoinment to outlook

7. Outlook Express script

8. Starting Outlook Express from a web page

9. Outlook Express ActiveXObject name

10. outlook express message window

11. Outlook Express Folders Accessible with VBScript?

12. Outlook Express Layout

 

 
Powered by phpBB® Forum Software