LumiSoft Net Help
MessageTopLinesToStream Method (stream, lineCount)
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientMessageMessageTopLinesToStream(Stream, Int32)
Stores message header + specified number lines of message body to the specified stream.
Declaration Syntax
C#Visual BasicVisual C++F#
public void MessageTopLinesToStream(
	Stream stream,
	int lineCount
)
Public Sub MessageTopLinesToStream ( 
	stream As Stream,
	lineCount As Integer
)
public:
void MessageTopLinesToStream(
	Stream^ stream, 
	int lineCount
)
member MessageTopLinesToStream : 
        stream : Stream * 
        lineCount : int -> unit 
Parameters
stream (Stream)
Stream where to store data.
lineCount (Int32)
Number of lines to get from message body.
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