LumiSoft Net Help
ParseFromStream Method (stream)
NamespacesLumiSoft.Net.MIMEMIME_MessageParseFromStream(Stream)
Parses MIME message from the specified stream.
Declaration Syntax
C#Visual BasicVisual C++F#
public static MIME_Message ParseFromStream(
	Stream stream
)
Public Shared Function ParseFromStream ( 
	stream As Stream
) As MIME_Message
public:
static MIME_Message^ ParseFromStream(
	Stream^ stream
)
static member ParseFromStream : 
        stream : Stream -> MIME_Message 
Parameters
stream (Stream)
Stream from where to parse MIME message. Parsing starts from current stream position.
Return Value
MIME_Message
Returns parsed MIME message.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when stream is null.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119