Drag and Drop from Outlook

I'm trying to figure out how to drag and drop an email (in Outlook Express) into an edit control on a dialog box. WM_DROPFILES does not seem to be what I'm after. COleDataObject looks possible, but I'm lost trying to figure it out.

When you drag and drop an email into Wordpad, it displays the text of the email (including headers). I'm trying to duplicate the same sort of thing in an edit control. Any pointers?

Thanks,
Brian
[469 byte] By [tegtech] at [2007-11-17 22:38:52]
# 1 Re: Drag and Drop from Outlook
bump
tegtech at 2007-11-10 8:41:43 >
# 2 Re: Drag and Drop from Outlook
Consider these help sections.

http://www.dev-archive.com/clipboard/index.shtml
http://www.codeproject.com/clipboard/

Kuphryn
kuphryn at 2007-11-10 8:42:43 >