MailBee.NET Objects 4.0

ErrorCodes.IllegalContext Field

The requested operation cannot be performed in the current context.

public const int IllegalContext = 9;

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

ErrorCodes Class | MailBee Namespace