Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Retrieving Outlook Profiles

Status
Not open for further replies.

ejgb

Programmer
Oct 24, 2001
41
GB
I want to provide the list of available outlook profiles from within a VB application. I know where the Profiles sit within the registry;

HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles

But since they are keys and not values, I need to know how to retrieve the list of Keys under this path?
 
Hello ejgb,

Check out the Tek-Tips Visual Basic(Microsoft) Win32API Forum - forum711. I would guess you will find what you need over there.

Good LucK!

Have a great day!

j2consulting@yahoo.com
 
check on vbdiamond for a registry editor provided by Kenneth Ives. I think it includes a return keys function.

BB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top