ImapException is thrown by many methods of Imap class. The methods are masking various exception types into ImapException, but the event message will be propagated. In case the cause for throwing ImapException is not exception but invalid client operation or server response, ImapException message will contain textual part of server response.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public class ImapException : Exception
Visual Basic
Public Class ImapException _
	Inherits Exception
Visual C++
public ref class ImapException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Jscape.Email..::..ImapException

See Also