Automatically inserting the name of an attachment into the email t

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
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.
 
Back
Top