LumiSoft Net Help
MessageTopLinesToByte Method (lineCount)
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientMessageMessageTopLinesToByte(Int32)
Gets message header + specified number lines of message body.
Declaration Syntax
C#Visual BasicVisual C++F#
public byte[] MessageTopLinesToByte(
	int lineCount
)
Public Function MessageTopLinesToByte ( 
	lineCount As Integer
) As Byte()
public:
array<unsigned char>^ MessageTopLinesToByte(
	int lineCount
)
member MessageTopLinesToByte : 
        lineCount : int -> byte[] 
Parameters
lineCount (Int32)
Number of lines to get from message body.
Return Value
array<Byte>[]()[][]
Returns message header + specified number lines of message body.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
ArgumentExceptionIs raised when numberOfLines is negative value.
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