Initializes a new instance of the ImapException class with the specified ImapResponse.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Imap (in Rebex.Imap.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub New ( _ response As ImapResponse _ ) | 
| C# | 
|---|
| public ImapException( ImapResponse response ) | 
Parameters
- response
- Type: Rebex.Net..::..ImapResponse
 The ImapResponse.
 
     
     
     
     
    