I’m looking for a way to add a document as the body of my email instead of as an attachment.
I’m open to tackling this either of two ways.
1) Create a document via Javascript [done] and then emulating the File-Send To- [feature] of Microsoft Word
OR
2) Create an outlook document [ done ] as if i’ve emulated theFile-Send To- [feature] of
Microsoft Word.
3) Creating my document, using Window.Open, create the outlook document with the document as the body.
The reason for #3 is that I believe if I create the outlook document via Microsoft.Word I won’t be able to quit, Microsoft via Javascript, and the memory will get eaten up.
Mindy Jeanne