MailBee.NET Objects 4.0

Smtp.EndAuthPopBeforeSmtp Method 

Ends the pending asynchronous request for POP-before-SMTP authentication on a mail server.

public bool EndAuthPopBeforeSmtp();

Return Value

true if the method succeeds; otherwise, false.

Exceptions

Exception Type Condition
MailBeeException An error occurred and ThrowExceptions is true.

See Also

Smtp Class | MailBee.SmtpMail Namespace | BeginAuthPopBeforeSmtp