I am working on application, which need to be refactored from using Java Mail API (with IMAP) to Exchange Web Services (EWS). I decided to use ews-java-api. To recreate existing business logic, I need to use some kind of equivalent for IMAP flags, precisely: Answered, Recent and Seen.
So far I found discussions, which outcome was to use MAPI properties - at least for answered flag, but there were suggestions to use PR_LAST_VERB_EXECUTED property, which seems not to be enough information for me. Do anyone knows is this possible to get such information from this API library/MAPI at all?