Hello. We are trying to use Aspose.Email (Version 4.1.0.0, Runtime Version v2.0.50727) in our application that will fetch emails from Inbox. Currently, we are using https://mail.conduent.com/EWS/Exchange.asmx
this Exchange URI and the following method.
msgCollection = _file.client.ListMessages(_file.client.GetMailboxInfo().InboxUri, _file.pMaxNoOfEmailsToGet);
But the Collection is not returning any messages even though there are emails in Inbox. It is however picking up if there is something in CC address.
Let us know if we need to change something or if this is a known bug.
@ssakineni
You are using an extremely old API version. Please try using latest Aspose.Email for .NET 20.9 and if there is still an issue then please share the working sample project along with issue details with us.
Doesnt this version support the current methods show above? Again. This is working fine for O365 EWS. We wanted to know if there is anything else we are missing in the above to have the other URL working as well. Why does it work only when we have emails in CC but not in TO address.
We already have plans to upgrade. However, we are looking to have this working temporarily with current version.
@ssakineni
As I shared earlier that it has to be verified using latest version and it may potentially be an issue as well with API while fetching messages with an extremely old version you are using on your end (which is not even supported and docs changes have been carried out w.r.t new API versions). You can test using temporary license and see if things work on your end or not. Otherwise, you can share the test account details and sample project with me and I can test using latest version on my end and share with you.