outlook - get attachment id from redemption or RDO MAil -
i'm developping outlook addin using c# , need attachment id redemption or rdo mail. how's that? thank
outlook attachments (unlike messages) not have unique ids since exist in context of parent messages.
pr_attach_num property used open attachments - http://msdn.microsoft.com/en-us/library/office/cc841969.aspx.
but property not guaranteed stay same when message opened. more that, value of pr_attach_num property can differ depending on whether retrieve attachment table or attachment itself. below example outlookspy:
what trying do?

Comments
Post a Comment