View Single Post
  #2  
Old August 3rd 06, 06:42 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Automatically inserting the name of an attachment into the email t

Am Wed, 2 Aug 2006 09:26:03 -0700 schrieb Montana:

In the ItemSend event you could loop through the e-mailīs Attachment
collection and write each FileName property into the Body.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
-- www.VBOffice.net --


I send and receive a lot of attachments to emails.

Is it possible to insert the name of an attachment into an email so that

it
will remain after the attachment is removed?

I have found some code for sale which maintains a link to the attachment
when it is saved but I would prefer to do the above. I have received

emails
which had inserted, e.g., attachmentname but I do not know if it was
inserted automatically or typed in.

Thanks in advance for your help.

Ads