I’m attempting to write a procedure that will insert a specific file at the end of an Outlook e-mail message. I want to insert the text of my ASCII file directly into the message, not as an attachment. The only thing is that I haven’t figured out how I can do this!
It looks like one approach may be to use the Open statement to open the file and then use the Get statement to read the file and assign all of the text to a variable. I wasn’t able to make this work.
Any clues about how to use Open or Get or any other approach will be greatly appreciated.
– Linda