Hi there,
Is there any way to prevent the Exchange server from sending read-receipts when using the ExchangeClient class to fetch the messages ?
My code needs to process all received emails and delete them from the inbox. I use to SetReadFlag() method to prevent sending a receipt that the message was deleted without being read (which is bad). But now it sends the receipt that the message was read. This is expected, but unwanted in my situation. In a normal Outlook client one can turn this feature off. Is this also possible somehow when using Aspose.Network Exchange client??
Thanks a lot!
Bart