I'm trying to set custom categories on an email item programmatically using Java.
I found this: Setting an Outlook mailitem's category programmatically?
but I would like to do the same thing in Java. I guess some custom headers are set on the message, but I can't find information on which headers I should set. Anyone got information on this?