IPWorks OpenPGP 2020 Java Edition

Questions / Feedback?

SetMessageHTMLStream Method

Sets the stream from which the class 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 class will read the HTML version of the message. Once set, the class 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 class 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) 2022 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 Java Edition - Version 20.0 [Build 8249]