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