I'm developing an outlook addin using C#.
I want my addin to use parameter's file (XML, for example).
What is the best way to implement that?
Store parameters in xml file somewhere in file system? Or using resources? Or is it possible to use .config file like it's done for windows applications? How?
And then what is the best way to load parameters? On startup, or in build-in when my ribbon is actually activated?
Thanks for any advice!