Hello,
we have the following scenario for an email ingestion job: The business-users want the email image, plus any attachments and embedded images as separate documents. This we have no issue doing. However, they also want to get the original attachment names. However, after OutlookMessageToImageAndAttachment(), the XML does not contain the original file names, just TM000002.PDF for example.
If we use the action ex_EMLOptions(0), the attachment names are in the task xml, but only the attachment files are broken out. So we have to use ex_EMLOptions(1), to get an image of the email itself and attachments.
Anyone know of a way to get that info when using ex_EMLOptions(1)?
Thanks,
Damian
#IBMDatacap#Support#SupportMigration