Outlook Add-in configuration

Are there any recommendations for storing Add-in specific configuration? Is registry, the best way to go?
[105 byte] By [ArtySaravana] at [2007-12-22]
# 1
The registry is certainly one option, but My.Settings in VS 2005 makes it quite easy to save settings in an .xml file. See http://www.outlookcode.com/vsto/toolbarpos.htm for a code sample.
SueMosher-OutlookMVP at 2007-8-30 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...
# 2
Thanks alot for your answer. I would love to stay away from the registry if possible.
ArtySaravana at 2007-8-30 > top of Msdn Tech,Visual Studio Tools for Office,Visual Studio Tools for Office...