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