PC Review Forums Newsgroups Microsoft Outlook Microsoft Outlook VBA Programming email merge attachments

Reply

email merge attachments

 
Thread Tools Rate Thread
Old 02-03-2005, 11:03 PM   #1
=?Utf-8?B?c21vb3RoaWU=?=
Guest
 
Posts: n/a
Default email merge attachments


Can someone offer help on how to attach files to email merges
  Reply With Quote
Old 04-03-2005, 04:01 PM   #2
=?Utf-8?B?RXJpYyBMZWdhdWx0IFtNVlAgLSBPdXRsb29rXQ==
Guest
 
Posts: n/a
Default RE: email merge attachments

Attaching files to e-mails using Outlook automation is easy; just call the
MailItem.Attachments.Add method and pass the file name of the attachment as
an argument.

The trick in your case is how to automate this in Word during the merge
process. However, this strictly involves the Word Object Model. You might
want to post a question about that particular functionality in the
microsoft.public.word.vba.general newsgroup.

--
Eric Legault - B.A, MCP, MCSD, Outlook MVP
--------------------------------------------------
{Private e-mails ignored}
Job: http://www.imaginets.com
Blog: http://blogs.officezealot.com/legault/

"smoothie" wrote:

> Can someone offer help on how to attach files to email merges

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off