EwsExceptionStatus Enum
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9313)
Defines status codes for the Status property.
Syntax
public enum EwsExceptionStatus
  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.  | 
      
| OperationFailure | The requested operation could not be completed.  | 
      
| ParsingError | Error while parsing the server response.  | 
      
| 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 EWS 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.  | 
      
| UnexpectedResponse | The server response did not contain expected values.  |