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?
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?