MailBee.NET Objects 7.1

Smtp.EndSend Method 

Ends the pending asynchronous request for sending the message to the recipients.

public bool EndSend();

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