View Single Post
  #4  
Old November 4th 08, 03:06 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default show attachment file path as link in message body

You can of course get the HTMLBody of an item and do string parsing looking
for a src: reference that refers to that attachment and then put whatever
text you want in the HTMLBody. The same could be done using Body for plain
text items.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"sd" wrote in message
...
Thanks Ken ,But saving the item also doesn't refresh message body.Is
there any other way to show attachment file paths ( as I've saved them
in temp folder by cancelling outlooks BeforeAttachmentAdd event) in
message body?


Ads