Initializes a new instance of the Pop3ListItem class

Namespace: Cartella.Pop3.Mail
Assembly: Pop3Client (in Pop3Client.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public Pop3ListItem(
	int messageNumber,
	long octets
)
Visual Basic
Public Sub New ( _
	messageNumber As Integer, _
	octets As Long _
)
Visual C++
public:
Pop3ListItem(
	int messageNumber, 
	long long octets
)

Parameters

messageNumber
Type: System..::..Int32
octets
Type: System..::..Int64

See Also