Informatica ActiveVOS
- Informatica ActiveVOS 9.2.5
- All Products
<copy> <from>abx:copyAttachment ("incomingMessage",1,"resultMessage") </from> <to variable="tempVar"/> </copy>
<copy> <from>abx:removeAttachment("resultMessage", abx:getAttachmentCount("resultMessage") - 1 ) </from> <to variable="tempVar"/> </copy>
<copy> <from>abx:getAttachmentProperty("resultMessage" , 1 , "Content-Transfer-Encoding") </from> <to part="propResult" variable="resultMessage"/> </copy>