I have an OutlookAdd in project and for that i added a winform to provide the user login and password fields, if the user provides correct Id and Passwords then only the Addin Form should load...
I added the winform to the project but how should i set that as the startup project, also is Adding winform for providing Id and passwords is the only way or is there any other way to provide Id and Passwords fields for OutLookAddIn project?
How can i set the Winform as StartUp Form in this AddIn project