I use the ExchangeClient class to read and delete messages from the server. If a sender has requested a read receipt, he now receives a message that the message was deleted without reading. I turned of all receipts in Outlook but this seems to be a local Outlook setting as it does not affect the Aspose behavior. Is there any way to turn off sending of read receipts when using Aspose ExchangeClient??
In Aspose.Network.Exchange.ExchangeClient only sends delete request to the server. It looks like we need to set some flags to the mail message before the delete request. We are still investigation on this issue. I will keep you posted.
Is there any progress on this? Are you actually going to implement the flag and when can I expect this? Currently users that send an e-mail to the inbox processed with Aspose receive a receipt that their mail was deleted before being read (those user that request a read-receipt). Not so nice....
The method is there, but this version of the DLL throws a WebException when trying to load messages:
System.Net.WebException: The remote server returned an error: (400) Bad Request.\r\n at Aspose.Network.Exchange.ExchangeClient.x02b56011810c316c(String x8b5b49efcd08ae0a, String x196c05a09a123da6)
Code looks as follows:
_client = new ExchangeClient(mailboxURI, credentials);