EDI Integrator 2016 .NET Edition
EDI Integrator 2016 .NET Edition
Questions / Feedback?

SetMessageHTMLStream Method

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

Syntax

[VB.NET]
Public Sub SetMessageHTMLStream(ByVal MessageStream As System.IO.Stream)
[C#]
public void SetMessageHTMLStream(System.IO.Stream messageStream);

Remarks

This method sets the stream from which the component will read the HTML version of the message. Once set, the component 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 component 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 .NET Edition - Version 16.0 [Build 7362]