MailBee.NET Objects 6.0

Smtp.EndExecuteCustomCommand Method 

Ends the pending asynchronous request for sending user-defined command to the server.

public bool EndExecuteCustomCommand();

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