c# - Remember me option for outlook addin -


How do I create a "Remember Me" option for Outlook Adin? (Text box) I do not want to connect it to the database. I want to save user credentials on my computer when it will login to Outlook Adin. This addin will connect the user to the site using web services.

You can use the following functions for user / app specific registry access:

  Application.UserAppDataRegistry.SetValue  

and

  Application.UserAppDataRegistry.GetValue  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -