I want to be able to drag and drop an Outlook message into the browser and fire a Javascript event that, for example, creates a link to the message using the message's GUID.
But I'm stuck at the first step—attempting to drag an Outlook message anywhere outside the folder list shows the not-allowed cursor.
I was about to give up, except I found some posts suggesting ways to enable the operation, e.g. How to drag and drop an email, from Outlook, into a .NET application?
Is there some way to make this possible? (Including writing a browser extension, though not ideal.)