RE: Send Multiple Attachments from Outlook
- From: dch3 <dch3@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 1 Jul 2008 13:16:15 -0700
Currently, when your users send out the emails, are they manually selecting
the files to attach? Are the files preexisting files or do are they created
shortly before the email is sent out?
"lgray" wrote:
I've seen solutions in the Developer threads that address the issue of.
attaching multiple attachments to Outlook, but the names of the files stay
the same, (i.e. "Financial Results.xls", "Monthly Budget.doc") within the
Code.
In my case, the file names can vary, depending on the Customer file they are
working on. The names of the files that have been created are usually
prefixed with a Customer ID, then the category of file (ie Legal
contracts,".doc", Service applications,".xls", scanned pdfs). Depending on
the details of the employees task in reviewing the customer information, it
could be any number of files with any naming convention. Basicly they've
requested me to package the documents and send as an email.
I hope this helps clarify
--
Linda
"dch3" wrote:
I'm not following what you mean by the last statement "but is there a way to
attach these files with variable names?". Do mean using a variable in code
that is set to the file's name?
At any rate, when your working with the MailItem object, VBA doesn't care
where the name comes from - a table lookup, looping through a recordset,
using the common dialog, or even if its hard coded.
"lgray" wrote:
I've created a table that includes hyperlinks, file names and directory Path
to a group of documents that need to be attached and sent in one email. The
files that need to be attached are variable in both name as well as how many
files are to be attached. The files to be sent will be selected via a
"Yes/No, Checkmark" field type in a form. I know how to create a separate
table to include just the selected records to be sent, but is there a way to
attach these files with variable names?
--
Thanks
Linda
- Follow-Ups:
- RE: Send Multiple Attachments from Outlook
- From: lgray
- RE: Send Multiple Attachments from Outlook
- References:
- RE: Send Multiple Attachments from Outlook
- From: dch3
- RE: Send Multiple Attachments from Outlook
- Prev by Date: Re: Email Excel file from Access
- Next by Date: RE: Send Multiple Attachments from Outlook
- Previous by thread: RE: Send Multiple Attachments from Outlook
- Next by thread: RE: Send Multiple Attachments from Outlook
- Index(es):
Relevant Pages
|