The component is busy with lengthy or asynchronous operation.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax Public Const Busy As Integer
Field Value
Type:
Int32Remarks For instance, this error may occur if asynchronous operation
started with BeginXXX method was not completed with EndXXX method call.
See Also