Retrieving Outlook email account info

  • Thread starter Thread starter kerpal
  • Start date Start date
K

kerpal

Hi all,

I need to retrieve some information (POP/SMTP server names, etc.) of a
current POP3 login email account in Outlook 2002/2003.
How may i go about achieving this?

Any suggestion would be greatly appreciated. Thanks a lot in advance.
 
You'll need to do some registry code to get to the information:

HKEY_CURRENT_USER\Software\Microsoft\Internet Account Manager\Accounts
And then whatever numeric keys are available

Then you have to enumerate through the key names and values to obtain the
values you're looking for.
 
Back
Top