EDI Integrator 2016 Java Edition
EDI Integrator 2016 Java Edition
Questions / Feedback?

SetMessageHTMLStream Method

Sets the stream from which the component will read the HTML version of the message.

Syntax

public void setMessageHTMLStream(java.io.InputStream messageStream);

Remarks

This method sets the stream from which the bean will read the HTML version of the message. Once set, the bean reads the contents of the stream, and populates the MessageHTML property with the HTML version of the message. The corresponding plain text version is provided into the MessageText property.

When this property is called, the bean automatically computes a plaintext version of the text and puts it into MessageText. You may choose to override this default text with your own version.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
EDI Integrator 2016 Java Edition - Version 16.0 [Build 7362]