1
votes

How can we access the app.config file for an Outlook VSTO Addin?

1

1 Answers

0
votes

Use the ConfigurationManager class in System.Configuration assembly, you should add a reference to this assembly.

More info here