Defines status codes for the Status property.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Ews (in Rebex.Ews.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Enumeration EwsExceptionStatus | 
| C# | 
|---|
| public enum EwsExceptionStatus | 
 Members
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.
             | 
|  | UnclassifiableError | 
            An unclassifiable error occurred. This is the default value for Status.
             | 
|  | ServerProtocolViolation | 
            The server response was not a valid EWS 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.
             | 
|  | UnexpectedResponse | 
            The server response did not contain expected values.
             | 
 
     
     
     
     
    