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