Pop3ResponseReadEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Provides data for the ResponseRead event.
Syntax
public class Pop3ResponseReadEventArgs : EventArgs
Inherited Members
Constructors
Name | Description |
---|---|
Pop3ResponseReadEventArgs(String) | Initializes a new instance of the Pop3ResponseReadEventArgs class with the specified response string. |
Properties
Name | Description |
---|---|
Response | Gets the raw POP3 response. |