Trying to hide inline attachments
I am writing some code to archive mail.
whel looping through my selection i check every e-mail to see if it
contains any attachments. However the outlook api gives me a number of
inline attachments that i don't want to see. I only want to see the
attachments that are visible via the paperclip icon in office.
Does anybody now of a way of detecting these inline attachments.
I tried to look at the attachment.type property, but this is not the
way to go.
I tried analysing the htmlbody to look for the filename, but this was
also no help.
TIA
Otto
|