Using SendObject to e-mail pdf file

  • Thread starter Thread starter FredK
  • Start date Start date
F

FredK

I'm using SendObject behind a Command Button to e-mail a Report in Snapshot
format, and that works just fine.

But what I'd also like to do is be able to Click a Command Button and e-mail
a specific (fixed) pdf file I have on my c: drive, in the folder "forms".
The file is called res_app.pdf. Any idea's?

Thanks in advance for any help.
 
FredK said:
I'm using SendObject behind a Command Button to e-mail a Report in
Snapshot format, and that works just fine.

But what I'd also like to do is be able to Click a Command Button and
e-mail a specific (fixed) pdf file I have on my c: drive, in the
folder "forms". The file is called res_app.pdf. Any idea's?

Thanks in advance for any help.

SendObject cannot do that. For that functionality you have to use
automation code against an external messaging library like Outlook or CDO.
There are examples of both that should be easily found with a Google search.
 
Back
Top