Re: Outlook directoty



Look up the Help on the Registry class. For Framework 1.1 you'd have to use Registry.CurrentUser to get a RegistryKey object for that branch of the registry and then use Subkeys. Framework 1.1 doesn't have the GetValue method of Framework 2.0, which is much simpler to work with.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Yael" <Yael@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:DCE059A8-9936-4612-933A-B141021DB820@xxxxxxxxxxxxxxxx
Thank's!
How in the C# code add-in I get this???
HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell
Folders\Local AppData.

.