show/hide this revision's text 3 Updated link.

I found a lot of solutions suggesting you use the “FileGroupDescriptor” for all the file names and the “FileContents” on the DragEventArgs object to retrieve the data of each file. The “FileGroupDescriptor” works fine for the email message names, but “FileContents” returns a null because the implementation of the IDataObject in .Net cannot handle the IStorage object that is returned by COM.

David Ewen has a great explanation, excellent sample and code download that works great at http://www.iwantedue.com/2008/05/outlook-drag-and-drop.htmlhttp://www.codeproject.com/KB/office/outlook%5Fdrag%5Fdrop%5Fin%5Fcs.aspx.

show/hide this revision's text 2 added 2 characters in body

I found a lot of solutions suggesting you use the “FileGroupDescriptor” for all the file names and the “FileContents” on the DragEventArgs object to retrieve the data of each file. The “FileGroupDescriptor” works fine for the email message names, but “FileContents” returns a null because the implementation of the IDataObject in .Net cannot handle the IStorage object that is returned by COM.

David Ewen has a great explanation, excellent sample and code download that works great at http://www.iwantedue.com/2008/05/outlook-drag-and-drop.html.

show/hide this revision's text 1

I found a lot of solutions suggesting you use the “FileGroupDescriptor” for all the file names and the “FileContents” on the DragEventArgs object to retrieve the data of each file. The “FileGroupDescriptor” works fine for the email message names, but “FileContents” returns a null because the implementation of the IDataObject in .Net cannot handle the IStorage object that is returned by COM.

David Ewen has great explanation, excellent sample and code download that works great at http://www.iwantedue.com/2008/05/outlook-drag-and-drop.html.