Send a email with attachment

  • Thread starter Thread starter Hung
  • Start date Start date
H

Hung

Hi All,

How can I use "SendObject" to send email with attachment?

Thank You Very Much!~
Hung
 
Hi,
you might need to clarify a little more. What sort of attachment. Sendobject
is very limited and only allows attachment of internal database objects and
only ONE at a time.
If you want to use external files and send more then one you need to find an
alternative to sendobject. There are many available including automating
outlook from with access or using redemptions...!
HTH
Good luck
 
Hi,
I need to send some quotations to hundred customers in PDF format.
The content of quotation is according to customers.

So I used ToPDF to generate some PDF files in a folder.

Then how can I send the PDF to customers by using Access2003?


The syntax of SendObject have no "attactment"... , So I don't no how to
do...
DoCmd.SendObject , "", "", "", "", "", "", "", False, ""

Is OUT LOOK ISAM driver is an alternative?

Thank you for helping.
Hung
 
Back
Top