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