Good day!
Sorry for the delay, been busy with daily work these days.
The LINQ query is currently being done on the client side, which means first all messages will be downloaded, and then you do the query.
Now you can use the Message.Search method to filter messages on server side and reduce the amount, and as Ravi said, ProcessHeader can be used as temporary solution too. I'm going to release the new version this weekend, so it gets easier for you to download only the data you really need, not everything. I’ll also provide some sample code on that.
Be patient.
Best regards,
Pavel Azanov
Sorry for the delay, been busy with daily work these days.
The LINQ query is currently being done on the client side, which means first all messages will be downloaded, and then you do the query.
Now you can use the Message.Search method to filter messages on server side and reduce the amount, and as Ravi said, ProcessHeader can be used as temporary solution too. I'm going to release the new version this weekend, so it gets easier for you to download only the data you really need, not everything. I’ll also provide some sample code on that.
Be patient.
Best regards,
Pavel Azanov