Occurs when a response is received from the server.
Namespace:
Rebex.Net
Assembly:
Rebex.Pop3 (in Rebex.Pop3.dll)
Syntax
| Visual Basic |
|---|
Public Event ResponseRead As EventHandler(Of Pop3ResponseReadEventArgs) |
| C# |
|---|
public event EventHandler<Pop3ResponseReadEventArgs> ResponseRead |