View Single Post
  #4  
Old November 21st 08, 04:18 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default get attachment file data

Sure. Just trap the item.Send() event and in that event handler first save
the item being sent, then access its Attachments collection and proceed the
same way.

--
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!
I've still one problem -I was able to get content type & subtype for
existing mail attachment.But Is there any way to find out the content
type & subtype of outgoing mail attachment.I need to retrive this
info. from outgoing mail & send it.
thanks again for reply


Ads