Re: Outlook directoty
- From: "Ken Slovak - [MVP - Outlook]" <kenslovak@xxxxxxxx>
- Date: Wed, 16 May 2007 16:36:15 -0400
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.
.
- References:
- Re: Outlook directoty
- From: Ken Slovak - [MVP - Outlook]
- Re: Outlook directoty
- Prev by Date: How to determine whether running embedded in another app?
- Next by Date: toolbarBtn.Style = MsoButtonStyle.msoButtonIconAndCaption;
- Previous by thread: Re: Outlook directoty
- Next by thread: Re: Outlook directoty
- Index(es):