LumiSoft Mail Server User API
Parse Method (stream)
Namespaces > LumiSoft.Net.Mime > HeaderFieldCollection > Parse(Stream)
Parses header fields from stream. Stream position stays where header reading ends.
Syntax
C#Visual BasicManaged C++
public void Parse (
	Stream stream
)
Public Sub Parse ( _
	stream As Stream _
)
public:
void Parse (
	Stream^ stream
)
Parameters
stream (Stream)
Stream from where to parse.

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)