ErrorCodesIllegalInMultiThreadMode Field
The requested operation cannot be performed in multi-thread mode.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public const int IllegalInMultiThreadMode

Field Value

Type: Int32
Remarks
For instance, GetServerResponse call is ambiguous in multi-thread mode, since it's not possible to determine for which SMTP connection the last response must be returned if there are multiple SMTP connections being opened. If you encounter this error, use Smtp component events to keep track of SMTP sessions.
See Also