I have the following problem. My java code is sending emails using smtp mail server. This emails have to be grouped in some sort of threads (like conversations in Exchange). And this conversations have to be viewed properly (as conversations :-)) in MS Outlook. Is there some email headers that could be utilized. I've bumped into "In-reply-To" header, but it doesn't seem to do the trick in Outlook. Any suggestions?
Thanks you in advance.
References:
but I don't know whether Outlook honors it; Microsoft have a devastating track record when it comes to these things. See also cr.yp.to/immhf/thread.html – tripleeeIn-Reply-To:
andReferences:
does the trick, though it's not entirely clear and I haven't verified this. meta.discourse.org/t/emails-are-not-threaded-in-outlook-2013/… – gregmac