
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