keeping track of custom settings for com add-ins

Status
Not open for further replies.
R

ron podl

Where in the registry should custom settings for an add-ins configurable

values be kept?

office\12.0\outlook\addins\Myaddin

or

office\12.0\outlook\options\Myaddin

or

somewhere else?

thanks

ron
 
You put them wherever you want. Neither of those paths is standard.

If you want the settings in the addin registration area that would be

\software\microsoft\office\outlook\addins\myaddin. However, depending on

your addin registration the addin might be registered in HKLM, and a user

running the addin might not have permissions to write to HKLM. You could use

HKCU for that at all times if you want.

I generally, if I use the registry at all for settings , would place things

under HKCU\Software\MyCompanyName\AddinName.

"ron podl" <ronpodl> wrote in message

news:FE20958B-A4C4-4091-9FDF-548B4FF830BD@microsoft.com...
> Where in the registry should custom settings for an add-ins configurable
> values be kept?
> office\12.0\outlook\addins\Myaddin
> or
> office\12.0\outlook\options\Myaddin
> or
> somewhere else?

> thanks
> ron
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
F Outlook 2019 Forwarding Message and Keeping Unread Status Outlook VBA and Custom Forms 0
GaryW88 2016 Archiving IMAP keeping mail on Gmail Server Using Outlook 1
broadbander Needing help with reply/reply all while keeping attachments and adding a new CC recipient. Outlook VBA and Custom Forms 5
Brendan Keeping Outlook contacts on PC after signing out of icloud Using Outlook 1
Commodore Keeping two computers in sync Using Outlook 5
R Forwarding and keeping Original intact Using Outlook 3
S Copying multiple messages to folders and keeping date/time detail Using Outlook 1
B Keeping an Outlook window on top (2010) Using Outlook 6
S Password is not keeping my mails secure? Using Outlook.com accounts in Outlook 0
K Why is OL not keeping the correct sender account? Outlook VBA and Custom Forms 1
R Outlook 365 How to integrate a third-party app with Outlook to track email and sms? Using Outlook 2
B Track Record Activity Using Outlook 1
R When rules lose track of "specified folder" Using Outlook 6
R Track Sent Emails that have not been Responded Using Outlook 1
M How best to track OUTGOING referrals? BCM (Business Contact Manager) 2
J Looking for a solution (maybe an add-in) to easily track email conversations Using Outlook 3
S Track emails in OWA Exchange Server Administration 1
J Re: [outlook-users] track time in outlook 2007 cal Using Outlook 2
R keep track of the original sender Outlook VBA and Custom Forms 3
M Using BCM 2007 to track manuscript submissions BCM (Business Contact Manager) 3
G Apply Custom Contacts form to all existing Contacts Outlook VBA and Custom Forms 1
G Add Map It button to Custom Contacts Form in Outlook Outlook VBA and Custom Forms 1
G Outlook 2021 Add Picture to Custom Contact Form Outlook VBA and Custom Forms 2
X Custom icon (not from Office 365) for a macro in Outlook Outlook VBA and Custom Forms 1
P Can't add custom field to custom Outlook form, it always adds to the Folder instead Outlook VBA and Custom Forms 2
AndyZ Contact Custom Form Tiny Text Outlook VBA and Custom Forms 3
A How to reduce size of custom contact form? Outlook VBA and Custom Forms 3
S Custom Contact card - need help creating one Outlook VBA and Custom Forms 1
S Outlook 2019 Custom outlook Add-in using Visual Studio Outlook VBA and Custom Forms 0
S Adding Custom Forms Outlook VBA and Custom Forms 4
Witzker How to get the button Karte ( map) in custom contact form Outlook VBA and Custom Forms 2
B Outlook 2019 Custom Email form - Edit default email form Outlook VBA and Custom Forms 6
D Outlook 365 Custom forms field limit? Outlook VBA and Custom Forms 4
J PSA: How to create custom keyboard shortcut for "Paste Unformatted Text" in Outlook on Windows Outlook VBA and Custom Forms 1
M copy field value to custom field Outlook VBA and Custom Forms 0
J Does the .fdm contain my custom form? How to make ol use it? - ol2007 Outlook VBA and Custom Forms 4
J ol2021 custom form not displaying pics Outlook VBA and Custom Forms 37
N "Perform a Custom Action" Outlook VBA and Custom Forms 0
cbufacchi Outlook 365 Populate custom Outlook Appoint form Outlook VBA and Custom Forms 2
C Create Meeting With Custom Form Outlook VBA and Custom Forms 2
FryW Need help modifying a VBA script for in coming emails to auto set custom reminder time Outlook VBA and Custom Forms 0
J custom form not displaying pictures Outlook VBA and Custom Forms 7
I Button PDF in Outlook Contact custom form Outlook VBA and Custom Forms 1
K Font Sizing in Custom Form Regions for Contacts Outlook VBA and Custom Forms 1
V Update new custom field Outlook VBA and Custom Forms 5
D Anyone tell me where custom view settings are stored? Outlook VBA and Custom Forms 9
S Outlook 2016 Arrange tasks by date, additional custom sorting, but still use friendly terms like Today, Tomorrow, This week? Using Outlook 1
K can't get custom form to update multiple contacts using VBA Outlook VBA and Custom Forms 3
H Custom Outlook Contact Form VBA Outlook VBA and Custom Forms 1
S Custom Field Cannot Be Displayed In Views Outlook VBA and Custom Forms 2

Similar threads

Back
Top