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