ErrorCodesInconsistentResponse Field |
The response data received from the server do not match the data previously received from the server.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public const int InconsistentResponse
Public Const InconsistentResponse As Integer
Field Value
Type:
Int32Remarks For instance, if the server reports the mailbox contains x messages,
but the following response contains the details on y messages (so the server contradicts to itself),
this error occurs.
See Also