Search code examples
outlookc#-3.0outlook-addinoutlook-redemption

get attachment id from redemption or RDO MAil


I'm developping an outlook addIn using C# and I need to get attachment id from redemption or RDO MAil. how's that? Thank you


Solution

  • I was trying to replace attachment with a link in async callback method and I needed to detect which attachment to replace. I used as flag the contentID of the Interop.Redemption.RDOAttachment Object and it worked fine, Thank you .