Insert File As Text Using Automation

N

Neil

Anyone know how to insert a file as text in Outlook 03 using Automation? I
have my Outlook object and all, and I just need to know the methods for
inserting a file as text in the body of the document (same as File | Insert
| As Text), not as an attachment.

Thanks!
 
K

Ken Slovak

You would need to read the file as a text string and insert it into the
item's Body or HMTLBody. That's what that command does for you.
 
Top