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