nick_warren
nick_warren

Reputation: 351

Drag and Drop directly from Outlook to a webform

I searched online and mostly found answers that it cannot be done.

My case is a bit different as the application we are developing is for an in-house purposes only and can allow any security level in the browser. Its also intranet based.

I also tried to see if there is a ready-made activex control but wasn't able to find one that will allow dragging directly from outlook.

Any ideas?

Upvotes: 9

Views: 9453

Answers (3)

makim
makim

Reputation: 3284

I found this sample WebApp where you can drag and drop Outlook Contacts to an HTML5 WebForm.

If you drag an Outlook Message directly from Outlook to the WebForm you can drop it, but nothing happens. Maybe with a little tweaking you can get it to work with Messages too.

regards

Upvotes: 2

nick_warren
nick_warren

Reputation: 351

The easiest solution I found is to just create an Add-In for Outlook to add the email to our database.

Upvotes: 2

Rafael
Rafael

Reputation: 3111

AT this moment drag-and-drop API in Internet Explorer Browser isn't supported, Microsoft will implement it in IE 10, but i don't know if Drag-And-Drop API will bring you with the functionality that you are looking for.

HTML5 Drag and Drop in IE10 PPB2

For the rest of browsers the API implementation is incomplete

i recomend you to considere alternatives to this approach

Upvotes: 1

Related Questions