MailBee.NET Objects 4.0

ErrorCodes.InconsistentResponse Field

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

public const int InconsistentResponse = 124;

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

ErrorCodes Class | MailBee Namespace