Email - attachment to document

Description - Finds an attachment and makes it the body of the document

Runtime Class - com.ibi.agents.XDAttachmentToDocAgent



Parameter Groups

 ParameterTypeDescription
Number:stringIdentifies a single attachment using a 0 based index. If set, takes precedence over the Content-ID.
Content-ID:stringIdentifies a single attachment using the content-id of an attachment. (Angle brackets need to be excluded)
* - denotes required
 ParameterTypeDescription
Keep Flat:booleanKeep the body of the document as an array of bytes.
* - denotes required
 ParameterTypeDescription
Body:stringRegister to store MIME headers for the main body.
Attachment:stringRegister to store MIME headers for the attachment.
* - denotes required
 ParameterTypeDescription
Delete Attachment:booleanDelete the attachment after it becomes the body of the document.
* - denotes required

Output Events

NameDescription
OnParseErrorCould not parse a document.
OnNotFoundThe resource was not found and this is considered an error.
OnFailedOperationCould not perform the operation requested.