MailBee.NET Objects 3.1

Pop3.Abort Method 

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

public void Abort();

Remarks

A method which was in progress when Abort method has been called will throw MailBeeUserAbortException (unless ThrowExceptions is not false). If the component was not doing any work at the moment (IsBusy was false), the connection is aborted but no exception is thrown.

Note   No events will be raised after this method has been called.
To restore the component from the aborted state, the developer can use ResetState method.

See Also

Pop3 Class | MailBee.Pop3Mail Namespace | IsAborted | ResetState