ErrorCodesIllegalInMultiThreadMode Field |
The requested operation cannot be performed in multi-thread mode.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public const int IllegalInMultiThreadMode
Public Const IllegalInMultiThreadMode As Integer
Field Value
Type:
Int32Remarks 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