IP*Works! 2016 Android Edition
IP*Works! 2016 Android Edition
Questions / Feedback?

DecodeFromStream Method

Decodes from stream.

Syntax

public void decodeFromStream(java.io.InputStream inputStream);

Remarks

This method decodes from stream. Same as DecodeFromString, but now the MIME message is passed to this method as a stream.

This method decodes the data given by the InputStream and optionally MessageHeaders and fills out the Parts collection .

Example (Decoding Mail Message)


MIMEControl.MessageHeaders.AddRange(MailControl.MessageHeaders)
MIMEControl.DecodeFromStream(InputStream)

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 Android Edition - Version 16.0 [Build 7353]