LumiSoft Net Help
POP3_ClientMessage..::..MessageTopLinesToStreamAsyncOP Constructor (stream, lineCount)
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientMessage..::..MessageTopLinesToStreamAsyncOPPOP3_ClientMessage..::..MessageTopLinesToStreamAsyncOP(Stream, Int32)
Default constructor.
Declaration Syntax
C#Visual BasicVisual C++F#
public MessageTopLinesToStreamAsyncOP(
	Stream stream,
	int lineCount
)
Public Sub New ( 
	stream As Stream,
	lineCount As Integer
)
public:
MessageTopLinesToStreamAsyncOP(
	Stream^ stream, 
	int lineCount
)
new : 
        stream : Stream * 
        lineCount : int -> MessageTopLinesToStreamAsyncOP
Parameters
stream (Stream)
Stream where to store message.
lineCount (Int32)
Number of lines to get from body(after message header) of the message.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when stream is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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