Send a email with attachment

H

Hung

Hi All,

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

Thank You Very Much!~
Hung
 
F

freakazeud

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
 
H

Hung

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
 

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

Top