SmtpCommandSentEventArgs Constructor
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9083)
SmtpCommandSentEventArgs(String)
Initializes a new instance of the SmtpCommandSentEventArgs class with the specified command string.
Declaration
public SmtpCommandSentEventArgs(string command)
Parameters
Type | Name | Description |
---|---|---|
String | command | The command that was sent. |