VSTO Outlook addin need to save settings, best way?
问题 I'm writing a VSTO Outlook add in and i need to save some settings the addin gets from a web service. What is the best way to do this. Registry? does the VSTO addin have full access to do something like that? Maybe a file containing the settings? Thanks in advance. 回答1: You can use a Settings (.settings) file. The advantage of this file, besides having a centralized and strongly-typed repository, is that you can make these settings either application -scoped or user -scoped. Application