Email - attachment to document
Search form
Description - Finds an attachment and makes it the body of the document
Runtime Class - com.ibi.agents.XDAttachmentToDocAgent
Parameter Groups
Parameter Type Description
Number: string Identifies a single attachment using a 0 based index. If set, takes precedence over the Content-ID.
Content-ID: string Identifies a single attachment using the content-id of an attachment. (Angle brackets need to be excluded)
* - denotes required
Parameter Type Description
Keep Flat: boolean Keep the body of the document as an array of bytes.
* - denotes required
Parameter Type Description
Body: string Register to store MIME headers for the main body.
Attachment: string Register to store MIME headers for the attachment.
* - denotes required
Parameter Type Description
Delete Attachment: boolean Delete the attachment after it becomes the body of the document.
* - denotes required
Output Events
Runtime Class - com.ibi.agents.XDAttachmentToDocAgent
Parameter Groups
Parameter Type Description
Number: string Identifies a single attachment using a 0 based index. If set, takes precedence over the Content-ID.
Content-ID: string Identifies a single attachment using the content-id of an attachment. (Angle brackets need to be excluded)
* - denotes required
Parameter Type Description
Keep Flat: boolean Keep the body of the document as an array of bytes.
* - denotes required
Parameter Type Description
Body: string Register to store MIME headers for the main body.
Attachment: string Register to store MIME headers for the attachment.
* - denotes required
Parameter Type Description
Delete Attachment: boolean Delete the attachment after it becomes the body of the document.
* - denotes required
Output Events
Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
Number: | string | Identifies a single attachment using a 0 based index. If set, takes precedence over the Content-ID. | Content-ID: | string | Identifies a single attachment using the content-id of an attachment. (Angle brackets need to be excluded) |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Keep Flat: | boolean | Keep the body of the document as an array of bytes. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Body: | string | Register to store MIME headers for the main body. | Attachment: | string | Register to store MIME headers for the attachment. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Delete Attachment: | boolean | Delete the attachment after it becomes the body of the document. |
* - denotes required
Output Events
Name | Description |
---|---|
OnParseError | Could not parse a document. |
OnNotFound | The resource was not found and this is considered an error. |
OnFailedOperation | Could not perform the operation requested. |