Description - Adds an attachment
 
Runtime Class - com.ibi.agents.XDAddAttachmentAgent


 

Parameter Groups

  Parameter Type Description
* Content: string A value or expression which provides the contents of the attachment
* Content-Type: string Value of the Content-Type MIME Header

Select from one of the following options:
  • application/csv
  • application/json
  • application/pdf
  • application/x-compressed
  • application/xml
  • application/zip
  • binary/octet-stream
  • image/gif
  • image/jpg
  • image/png
  • multipart/x-zip
  • text/css
  • text/csv
  • text/html
  • text/javascript
  • text/json
  • text/plain
  • text/xhtml
  • text/xml
  Character Set: string The charset used to convert from Java characters to an array of bytes. If absent, the default character set will be used.

Select from one of the following options:
  • US-ASCII - Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the Unicode character set
  • ISO-8859-1 - ISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1
  • UTF-8 - Eight-bit UCS Transformation Format
  • UTF-16BE - Sixteen-bit UCS Transformation Format, big-endian byte order
  • UTF-16LE - Sixteen-bit UCS Transformation Format, little-endian byte order
  • UTF-16 - Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark
* - denotes required
  Parameter Type Description
  Attachment Name: string Name of attachment as seen in the email.
* - denotes required
  Parameter Type Description
  Content-Transfer-Encoding: string Value of the Content-Transfer-Encoding MIME Header

Select from one of the following options:
  • base64 - Specify content-transfer-encoding as base64
  • binary - Specify content-transfer-encoding as binary
  Content-Description: string Value of the Content-Description MIME Header
  Content-Disposition: string Value of the Content-Disposition MIME Header

Select from one of the following options:
  • attachment; filename=Attachment_File_Name;
  Content-ID: string Value of the Content-ID MIME Header
* - denotes required
  Parameter Type Description
  Set MIME Headers: string Name of register which is used to add additional MIME headers for the attachment.
* - denotes required

 

Output Events

 

Name Description
OnParseError Could not parse a document.