Occurs when a command is send to the server.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
| Visual Basic |
|---|
Public Event CommandSent As EventHandler(Of ImapCommandSentEventArgs) |
| C# |
|---|
public event EventHandler<ImapCommandSentEventArgs> CommandSent |