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

Namespace: MailBee
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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