MailBee.NET Objects 3.1

Smtp.EndHello Method 

Ends the pending asynchronous request for sending a greeting to the SMTP server.

public bool EndHello();

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 | BeginHello