SmtpResetState Method
Resets the internal state of the component.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void ResetState()
Exceptions
ExceptionCondition
MailBeeExceptionAn error occurred and ThrowExceptions is true.
Remarks
This method will close any opened connections, and will remove IsAborted status if Abort method was previously called. Typically, the developer may use this method to reuse the component after it went into aborted state due to Abort method call.
See Also