Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Embed a Word Document in a SMTP email body
| Subject: | Embed a Word Document in a SMTP email body |
| Posted by: | "Steve Johnson" (sjohns..@caelix.com) |
| Date: | Mon, 30 Oct 2006 21:56:31 |
Hello,
I would like my word document to appear as the body of my email and NOT as
an attachment. I know this can be done because I can send the document with
Word and it appears fine. I changed the ContentType to 'text/doc' and loaded
the file, LoadFrom File, into the Body property but got junk.
Thanks