Accessing other parts of the message tree using a .NETCompute node

Use the .NETCompute node to access headers, integration node properties, user-defined properties, the local environment, and the global environment.

About this task

The message tree is passed to a .NETCompute node as an argument of the evaluate method. The argument is an NBMessageAssembly object. The message assembly contains four message objects:
  • Parsed message
  • LocalEnvironment
  • GlobalEnvironment
  • ExceptionList