MailBee.NET Objects 7.2

MailBeePop3NegativeResponseException Class

The exception that is thrown when the POP3 server responds with a negative reply (i.e. -ERR).

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

System.Object
   System.Exception
      System.ApplicationException
         MailBee.MailBeeException
            MailBee.MailBeeNetworkException
               MailBee.MailBeeRemoteHostException
                  MailBee.MailBeeProtocolException
                     MailBee.MailBeeEmailProtocolException
                        MailBee.MailBeeEmailProtocolNegativeResponseException
                           MailBee.Pop3Mail.MailBeePop3NegativeResponseException
                              MailBee.Pop3Mail.MailBeePop3LoginNegativeResponseException
                              MailBee.Pop3Mail.MailBeePop3OptionalCommandNotSupportedException

[Serializable]
public class MailBeePop3NegativeResponseException : MailBeeEmailProtocolNegativeResponseException

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.

Requirements

Namespace: MailBee.Pop3Mail

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

See Also

MailBeePop3NegativeResponseException Members | MailBee.Pop3Mail Namespace