Minimise winform without blocking Outlook functionality

41 Views Asked by At

I am working on a vsto plugin in which I've created a Form(WinForm) that has fields for long text that user has to copy from previous mails. Now, the issue i am facing is, whenever I minimise the winform, the whole Outlook gets minimised. And when I try to open the outlook application from taskbar, it goes to form again.

Is there a way where user can minimise the Form and work on outlook application independently? For example, he/she might need to scroll through few mails to get some values of field in the winform more than one time, so they minimise the form, fetch the long text, then open the form again and paste it.

1

There are 1 best solutions below

0
On BEST ANSWER