I have a document control system that is written in C#. Drag and drop from Outlook to C# has been done for some time. Now that many of the files are in the C# application, the users naturally want to be able to drag and drop in the other direction from my document control system to Outlook.
Since the files are stored in a file system (and not as blobs in the SQL database) I have had them open the folder view and drag and drop from there. However, this allows for the bypassing of the document management system's version control.
Is there a drag and drop message I can construct that will notify Outlook of the filename and path I'm dropping? I suspect this has been done, but my searches are being overwhelmed by the number of responses going the other direction.