LumiSoft Net Help
DataToStream Method (stream)
NamespacesLumiSoft.Net.MIMEMIME_EntityDataToStream(Stream)
Stores body decoded-data to the specified stream. Note: This method is available for single part entities only.
Declaration Syntax
C#Visual BasicVisual C++F#
public void DataToStream(
	Stream stream
)
Public Sub DataToStream ( 
	stream As Stream
)
public:
void DataToStream(
	Stream^ stream
)
member DataToStream : 
        stream : Stream -> unit 
Parameters
stream (Stream)
Stream where to store body data.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when stream is null reference.
InvalidOperationExceptionIs raised when this method is called for multipart entity.

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