since one Day, openpop deletes no message in office365/Exchange online. I use
pop.DeleteMessage(i) 'Delete message
The Message is marked to delete and i check this with a new
pop.GetMessageCount
The counter is one lower then before.
At the end of all transactions i use
If pop.Connected Then pop.Disconnect() pop.Dispose()
Is there anyone with the similar problem and a solution? Kind regards Hendrik