Defines status codes for the ImapException class.
Namespace:
Rebex.Net
Assembly:
Rebex.Imap (in Rebex.Imap.dll)
Syntax
Visual Basic |
---|
Public Enumeration ImapExceptionStatus |
C# |
---|
public enum ImapExceptionStatus |
Members
Member name | Description | |
---|---|---|
![]() | ConnectFailure |
The remote service point could not be contacted at the transport level.
|
![]() | ConnectionClosed |
The connection was prematurely closed.
|
![]() | SocketError |
The error at transport level occurred.
|
![]() | NameResolutionFailure |
The name resolver service could not resolve the host name.
|
![]() | Pending |
An operation is pending.
|
![]() | ProtocolError |
The response received from the server was complete but indicated a protocol-level error.
|
![]() | ProxyNameResolutionFailure |
The name resolver service could not resolve the proxy host name.
|
![]() | OperationAborted |
The operation was aborted by a call to the Abort()()()() method.
|
![]() | UnclassifiableError |
An unclassifiable error occurred. This is the default value for Status.
|
![]() | ServerProtocolViolation |
The server response was not a valid IMAP4 response.
|
![]() | Timeout |
No response was received during the time-out period for a request.
|
![]() | AsyncError |
General exception in asynchronous call.
|
![]() | LoginRequired |
The operation cannot be performed before a successful login.
|
![]() | OperationFailure |
The requested operation could not be completed.
|
![]() | ParsingError |
Error while parsing the server response.
|