Is there any way to store client settings locally from a plugin utilization to another?
Asked
Active
Viewed 1,142 times
1
-
Duplicate: http://stackoverflow.com/questions/8332568/vsto-outlook-addin-need-to-save-settings-best-way – Keith Oct 09 '12 at 13:38
1 Answers
0
This depends on whether you want the settings to roam with the user (shared settings regardless of machine) or be machine-dependent (vary machine to machine). See this related SO post which describes numerous ways for Outlook storage.
If you are not using Outlook, you can always leverage the .settings
file as shared by Keith.

Community
- 1
- 1

SliverNinja - MSFT
- 31,051
- 11
- 110
- 173