In aspose email - java version
We’re trying to pull PR_CONVERSATION_ID from emails. How can we get this value?
We have it as a mailmessage and mapimessage but can’t find it either way
It looks like this line could get us thread index, but from my understanding that’s not necessarily the same thing as PR_CONVERSATION_INDEX
mapiMessage.getHeaders().getDecodedValue(“Thread-Index”);
edit:
This also just threw null and crashed out
byte[] conversationId = mapiMessage.getProperties().get_Item(MapiPropertyTag.PR_CONVERSATION_INDEX).getData();