Click to See Complete Forum and Search --> : Drag and Drop from Outlook


teleplayr
July 29th, 2003, 01:21 PM
Hello, all. I'd like to be able to drag an email message from MS Outlook and get the body of it inside my application. The app is C++ using the Win32 API. I'd rather not use MFC if at all possible.

So, I'm not sure where to go. I am able to implement drag and drop with files, no problem. If I drop an email in now, I'm able to get the title and sender, but no body.

Do I need to use OLE? I have Petzold's Programming Windows 95, but it doesn't seem to have what I'm looking for.

Any advice is appreciated!

-Joe