Insert Content of Word document into Outlook email body

Add-in Express™ Support Service
That's what is more important than anything else

Insert Content of Word document into Outlook email body
 
Sergey Chizh




Posts: 73
Joined: 2012-10-23
Hi,


How can I insert content of Word document (with all text and images) into email Body?

I'm doing the following steps:

1. use OutlookApp.ActiveInspector.WordEditor
2. Take It's Selection and use method InsertFile(documentPath)

This method inserts file as attachment.
Could you please, help us to insert content into Body?

Thank you.
Posted 05 May, 2020 06:16:37 Top
Andrei Smolin


Add-in Express team


Posts: 18821
Joined: 2006-05-11
Hello Sergey,

I would use Word's Macro Recorder to find out the way which is most suitable. Then I'd cast Inspector.WordEditor to Word.Document and use the methods/properties the Macro Recorder suggests.


Andrei Smolin
Add-in Express Team Leader
Posted 05 May, 2020 07:23:02 Top