You could use Attachment.FileName and .PathName to try to get to the
original attachment file and then read it as a text stream and insert that
into the email. Of course you'd have to distinguish attached Outlook items,
pictures and so on from true files. Also, some files don't make sense when
read as pure bytes, for example Word document files or Excel XLS files.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
"Irene" wrote in message
...
Is there a way using VBA code, for all outgoing emails to - Get the file
path
for the attachment and insert it in the body before it is send out? Kind
of a
combination or automation of insert link and insert attachment, using one
click
Thanks,
Irene