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.