I am developing a web application that must allow a user to drag and drop an email message from outlook into something similar to a drag and drop upload file component. My application must then take the email and parse it into the MSSQL database.
I have been looking around for answers and found this thread: Drag and Drop directly from Outlook to a webform
The thread is half not helping as a drag and drop component dont seem to accept a email message. Can anyone help me with the parsing problem as well? I am using c# asp.net with mssql.
Thank you
IDataObject
interface - SliverNinja - MSFT