LumiSoft Net Help
ToStream Method (stream)
NamespacesLumiSoft.Net.MIMEMIME_MessageToStream(Stream)
Store message to the specified stream.
Declaration Syntax
C#Visual BasicVisual C++F#
public void ToStream(
	Stream stream
)
Public Sub ToStream ( 
	stream As Stream
)
public:
void ToStream(
	Stream^ stream
)
member ToStream : 
        stream : Stream -> unit 
Parameters
stream (Stream)
Stream where to store MIME entity. Storing starts form stream current position.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when stream is null.

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