Sending Email Attachments

  • Thread starter Thread starter Dwight
  • Start date Start date
D

Dwight

Is there a way to send email attachments programatically.
My application generates .snp files that are stored in a
folder on local disk. When all files are completed, I
want to provide a button that the user can click to send
all the files within that folder to a given email address.

Thanks in advance!

Dwight
 
Dwight said:
Is there a way to send email attachments programatically.
My application generates .snp files that are stored in a
folder on local disk. When all files are completed, I
want to provide a button that the user can click to send
all the files within that folder to a given email address.

You won't be able to use SendObject as that only supports one file per
email.

Microsoft Access Email FAQ
http://www.granite.ab.ca/access/email.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Back
Top