The component is busy with lengthy or asynchronous operation.
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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