A
Abe Katz
Hello All,
I'm using the following code to send email with Outlook, it works fine.
wBody is, the user enters any text to put on the body of the email.
wOutput is, the attached word document or a PDF file the user selects.
Is there a way to put the document or the PDF onto the Body of the email so
the recipient doesn't have to open the attachment and see it right away as
they open the email.
With objEmail
.To = wEmailAdrs
.Subject = wSubject
.body = wBody
.Attachments.Add wOutPut
.Send
End With
Thank you very much in advance
abe
I'm using the following code to send email with Outlook, it works fine.
wBody is, the user enters any text to put on the body of the email.
wOutput is, the attached word document or a PDF file the user selects.
Is there a way to put the document or the PDF onto the Body of the email so
the recipient doesn't have to open the attachment and see it right away as
they open the email.
With objEmail
.To = wEmailAdrs
.Subject = wSubject
.body = wBody
.Attachments.Add wOutPut
.Send
End With
Thank you very much in advance
abe