ImapException Class
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)
The exception that is thrown when an error occurs while using Imap component.
Syntax
public class ImapException : NetworkSessionException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Imap |
Initializes a new instance of the Imap |
Imap |
Initializes a new instance of the Imap |
Imap |
Initializes a new instance of the Imap |
Imap |
Initializes a new instance of the Imap |
Imap |
Initializes a new instance of the Imap |
Imap |
Initializes a new instance of the Imap |
Properties
Name | Description |
---|---|
Protocol |
Gets the protocol error code, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Protocol |
Gets the protocol error message, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Response | Gets the Imap |
Status | Gets the status of the response. |