Body Variables

Specifies whether to parse the Email body for name/value pairs to create variables from.

Options:

  • - - None - -
    No processing of the Email body will occur.
  • Within Body
    Entire body of the Email will be scanned for a "=" (equal sign) and any lines containing a "=" will be variablized as long as the text to the left of the "=" conforms to the naming standards for variables.
  • Within Default Markers
    Marker begin and end values are defined by the Email Body Default Begin Marker and Email Body Default End Marker Universal Controller system properties.
  • Within Custom Markers
    Marker begin and end values are defined in the Begin Marker and #End Marker fields.

If markers are used, all lines of the Email body between the begin and end markers will be variablized in accordance to java properties. Any lines of the Email body outside the markers will be ignored w/r variablization.