MailBee.NET Objects 4.0

MailBeeImapResponseNotFoundException Class

The exception that is thrown when the IMAP server did not return the expected response.

For a list of all members of this type, see MailBeeImapResponseNotFoundException Members.

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeNetworkException
               MailBee.MailBeeRemoteHostException
                  MailBee.MailBeeProtocolException
                     MailBee.MailBeeEmailProtocolException
                        MailBee.ImapMail.MailBeeImapResponseNotFoundException

public class MailBeeImapResponseNotFoundException : MailBeeEmailProtocolException

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

If this exception occurs, it indicates the IMAP4 server returned wrong response (not that one which was expected). This can only happen if there are serious errors in the mail server implementation (for instance, certain command is not properly implemented).

Requirements

Namespace: MailBee.ImapMail

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

MailBeeImapResponseNotFoundException Members | MailBee.ImapMail Namespace