MailBee.NET Objects 4.0

ErrorCodes.Busy Field

The component is busy with lengthy or asynchronous operation.

public const int Busy = 3;

Remarks

For instance, this error may occur if asynchronous operation started with BeginXXX method was not completed with EndXXX method call.

See Also

ErrorCodes Class | MailBee Namespace