Smtp.OnCommandSent Method
Namespace: Rebex.Net
Assembly: Rebex.Smtp.dll (version 7.0.9448)
OnCommandSent(SmtpCommandSentEventArgs)
Raises the CommandSent event.
Declaration
protected virtual void OnCommandSent(SmtpCommandSentEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| SmtpCommandSentEventArgs | e | A SmtpCommandSentEventArgs that contains the event data. |