MailBee.NET Objects 4.0

IMailBeeLoginBadMethodException Interface

When implemented by an exception class, indicates the server returned negative response during the authentication process because the requested authentication method is not available.

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

public interface IMailBeeLoginBadMethodException : IMailBeeLoginNegativeResponseException, IMailBeeLoginException, IMailBeeNegativeTextResponseException, IMailBeeNegativeResponseException

Types that implement IMailBeeLoginBadMethodException

Type Description
MailBeeImapLoginBadMethodException The exception that is thrown when the IMAP server reports the given SASL authentication method is not supported and use of another authentication methods is not allowed by the application.
MailBeePop3LoginBadMethodException The exception that is thrown when the POP3 server reports the given SASL authentication method is not supported and use of another authentication methods is not allowed by the application.
MailBeeSmtpLoginBadMethodException The exception that is thrown when the SMTP server reports the given ESMTP SASL authentication method is not supported and use of another authentication methods is not allowed by the application.

Requirements

Namespace: MailBee

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

See Also

IMailBeeLoginBadMethodException Members | MailBee Namespace