Initializes a new instance of the Pop3CommandSentEventArgs class with the specified command string.

Namespace:  Rebex.Net
Assembly:  Rebex.Pop3 (in Rebex.Pop3.dll)

Syntax

Visual Basic
Public Sub New ( _
	command As String _
)
C#
public Pop3CommandSentEventArgs(
	string command
)

Parameters

command
Type: System..::..String
The command that was sent.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also