Doug
Wed Jun 28 13:21:55 CDT 2006
See the article "How to send an email from Word using VBA" at:
http://www.word.mvps.org/FAQs/InterDev/SendMail.htm
All SendMail does is open a message window into which you can manually enter
the email address.
--
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
"John" <JG453@hotmail.com> wrote in message
news:ejghI8pmGHA.4064@TK2MSFTNGP02.phx.gbl...
> Hi, I am sorry for reposting, but i have lost original thread
>
> I am attaching a doucment to an email using
>
> Options.SendMailAttach = True
> ActiveDocument.sendmail
>
> i have been trying to use mailEnvelope to add the to: field and the
> Subject: field. but cant get the correct syntax. Can someone help please
>
> Thanks J
>
>