Smtp CommandSentEvent Event arguments.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public SmtpCommandSentEventArgs( string command ) |
Visual Basic |
---|
Public Sub New ( _ command As String _ ) |
Visual C++ |
---|
public: SmtpCommandSentEventArgs( String^ command ) |
Parameters
- command
- Type: System..::..String
The command sent to the SMTP server.