View Single Post
  #1  
Old March 18th 09, 02:54 PM posted to microsoft.public.outlook.program_addins
Andrew
external usenet poster
 
Posts: 95
Default Difference between Regular Attachments and Signature Attachments

Hello folks,

I have an Outlook add-in Developed in Visual Studio 2008, written in VB.NET
for Outlook 2003 and 2007. A small part of its functionality is to post
emails from Outlook to a webform which currently works well in both versions.
We've however come across an issue with the attachments.

Currently, when the click the custom button to post the email. I save all
the attachments to a file and after the message is sent, I attempt the send
the attachments also. The issue is, signatures with images are being stored
as attachments also. Is there anyway to distinguish between the two types of
attachments?

Regards,
Ads