Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML 5 drag and Drop email from outlook

I am working on a Ember.JS based application with HTML 5 drag and drop file upload. I have came across a requirement where user wants to upload outlook emails using Drag and Drop. It seems that JavaScript can not recognize outlook messages as files.

Is there any way to get a reference to outlook message and upload it as a file in JavaScript Or Bridge OLE drag and drop with JS

like image 431
akashpandey Avatar asked Feb 22 '14 06:02

akashpandey


People also ask

How do I convert an Outlook file to HTML?

Open your Outlook and click the File button top left corner. Choose Options > Mail. Under Compose messages, in the Compose messages in this format list, choose HTML and hit OK to save the changes.


1 Answers

There are paid solutions:

  1. Outlook2Web: https://outlook2web.com/
  2. DragDrop: https://www.dragdrop.com/

And, I found a free solution on GitHub.

Outlook File Drag: https://github.com/tonyfederer/OutlookFileDrag

like image 196
LeeC Avatar answered Sep 19 '22 16:09

LeeC