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