I created a form in outlook in which I want to get user input and send this details on button click. For this purpose I am using form (form region) in outlook VSTO.
I tried Application.Quit(), but it closes outlook completely. I don't have option Application.Close() it doesn't come up in options
I want to close this window on button click (after sending mail) and go to explorer window (main outlook window)