Response Code: ErrorExceededFindCountLimit, Message Text: You have exceeded the
maximum number of objects that can be returned for the find operation. Use
paging to reduce the result size and try your request again.
It suggests to use paging like giving listmessages a limit of hundred : ListMessages(InboxUri,100) but there is only one type of function for findconversations: FindConversations(InboxUri)
Is there any way to use paging with findconversations or avoid this problem ?
I am afraid I couldn’t find any such limit in documentation on the number of conversations from Aspose.Email documentation, which means there is no explicit restrictions in this regard on the FindConversations method. Can you please try it using our latest version Aspose.Email for .NET 2.2.0 and let us know your feedback please?
I’m not sure if you can provide us access to the inbox for testing the issue, but we would request you to please provide us your sample project or runnable code to reproduce the issue at our end and forward the details to our development team. We appreciate your cooperation in this regard.
I was already using the latest version of Aspose Email and i’m afraid the inbox isn’t accessable for testing purposes.
var cvsCollection = _service.FindConversations(sourcefolder);
on a sidenote… this only happened when i installed another service. The service purpose is to extract exchange messages from designated exchange accounts. So two services of the same type (using the same aspose email library) are running right now.
Here is what i think happens: The second service calls the findconversations function. the results show 1000 entries and goes on processing those (however there are far more conversations in the folder, hence the limit question). In the meantime the first service calls findconversations and gives these errormessages. The second service continues with its found conversation entries and the error messages of the first service stops, because the limit isn’t reached anymore.
Here we are trying to reproduce the issue but still no success. Could you please send us the compilable code of both the services so that we may further investigate the issue to assist you as soon as possible.