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