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