How can we access the app.config file for an Outlook VSTO Addin?
1
votes
1 Answers
0
votes
Use the ConfigurationManager class in System.Configuration assembly, you should add a reference to this assembly.
More info here
Use the ConfigurationManager class in System.Configuration assembly, you should add a reference to this assembly.
More info here