Indicates whether
Abort method has been called for the component.
Namespace: MailBee.Pop3MailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool IsAborted { get; }
Public ReadOnly Property IsAborted As Boolean
Get
Property Value
Type:
Booleantrue if
Abort method has already been called;
otherwise,
false. The default value is
false.
Remarks In aborted state, the component does not raise any events, and most methods, if called,
will immediately return an error or throw an exception.
ResetState method can be used to restore the component
back to operational state.
See Also