LumiSoft Net Help
MessageToStream Method (stream)
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientMessageMessageToStream(Stream)
Stores message to specified stream.
Declaration Syntax
C#Visual BasicVisual C++F#
public void MessageToStream(
	Stream stream
)
Public Sub MessageToStream ( 
	stream As Stream
)
public:
void MessageToStream(
	Stream^ stream
)
member MessageToStream : 
        stream : Stream -> unit 
Parameters
stream (Stream)
Stream where to store message.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
ArgumentNullExceptionIs raised when argument stream value is null.
InvalidOperationExceptionIs raised when message is marked for deletion and this method is accessed.
POP3_ClientExceptionIs raised when POP3 serveer returns error.

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