ErrorCodesInconsistentResponse Field |
The response data received from the server do not match the data previously received from the server.
Namespace: MailBeeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic const int InconsistentResponse
Public Const InconsistentResponse As Integer
Field Value
Type:
Int32
RemarksFor 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