RblFilterAbort Method
Forces MailBee to cancel all pending operations and close all opened connections as soon as possible.

Namespace: MailBee.AntiSpam
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void Abort()
Remarks

A method which was in progress when Abort method has been called will throw MailBeeUserAbortException.

Note Note
No events will be raised after this method has been called.
See Also