ErrorCodesInconsistentResponse Field
The response data received from the server do not match the data previously received from the server.

Namespace: MailBee
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public const int InconsistentResponse

Field Value

Type: Int32
Remarks
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