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
Post a Comment