Using SendObject to send email, want to send attachments

D

Darhl Thomason

I'm using SendObject to send an email from my database application. I've
got most of it figured out, but I also want to attach a couple of .pdf files
to the email. The pdf's are relatively small and I can store them inside
the db if necessary.

Is this possible? My code is:

DoCmd.SendObject To:=strEmail, CC:=strCCEmail, Subject:=strMailSubject,
MessageText:=strMsg

Thanks!

Darhl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top