RblFilterResetState Method
Resets the internal state of the component.

Namespace: MailBee.AntiSpam
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void ResetState()
Exceptions
ExceptionCondition
MailBeeInvalidStateExceptionThe component is busy. If you need to abort the currently performed operation, call Abort instead.
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