Pop3ExceptionStatus Enum
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
Defines status codes for the Pop3Exception class.
Syntax
public enum Pop3ExceptionStatus
Fields
Name | Description |
---|---|
AsyncError | General exception in asynchronous call. |
ConnectFailure | The remote service point could not be contacted at the transport level. |
ConnectionClosed | The connection was prematurely closed. |
LoginRequired | The operation cannot be performed before a successful login. |
NameResolutionFailure | The name resolver service could not resolve the host name. |
OperationAborted | The operation was aborted by a call to the Abort() method. |
OperationFailure | The requested operation could not be completed. |
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. |
ServerProtocolViolation | The server response was not a valid POP3 response. |
SocketError | The error at transport level occurred. |
Timeout | No response was received during the time-out period for a request. |
UnclassifiableError | An unclassifiable error occurred. This is the default value for Status. |