Just get the item.Body or HTMLBody as a string and insert that into a Word
doc you open. There are samples of that at www.outlookcode.com.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Is there a way to programmatically copy and paste or drag and drop and
> Outlook message into a Word doc? Any code snippets would be
> appreciated.
sean_n - 30 Mar 2008 07:53 GMT
Actually, I don't want the text to be pasted into word, I want an icon
to appear. This happens when you drag and drop an outlook message
into Word. Then when you double-click on the icon, it opens the
outlook email. How do we drag and drop the Outlook message
programmatically? Code snippets would be appreciated.