0

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?

Community
  • 1
  • 1
thorseye
  • 237
  • 6
  • 16

1 Answers1

0

JMSG is Java API to create and read Outlook message files. It provides methods to set/get categories as well as many other headers.