ErrorCodesIllegalContext Field
The requested operation cannot be performed in the current context.

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public const int IllegalContext

Field Value

Type: Int32
Remarks
For instance, it's not possible to get the SMTP server response using GetServerResponse method when the component is performing MX lookup query against the DNS server.
See Also