Is there any way to detect an embedded attachment in an email e.g. Company Logo, Facebook image, rather than an attachment that has been added to the email. I would like to exclude embedded attachments when dropping an email onto a TDMTextTarget. Thanks
I think the only way to do that would be to recognize the HTML (presumably) content and, in the drop handler, parse out the text you want to keep, ignoring everything else. From the perspective of DM, the content is atomic.