I am developing an application using JavaMail. The program scans a mailbox from MS Exchange Server and processes each item.
I need a simple way of determining whether an item has been processed already (rather than using a database or file to record this, I was hoping to interact with Exchange in some way)
I need a simple way of determining whether an item has been processed already (rather than using a database or file to record this, I was hoping to interact with Exchange in some way)