Pop CommandSentEvent Event arguments.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public PopCommandSentEventArgs(
	string command
)
Visual Basic
Public Sub New ( _
	command As String _
)
Visual C++
public:
PopCommandSentEventArgs(
	String^ command
)

Parameters

command
Type: System..::..String
The command sent to the POP server.

See Also