JavaMail Reply-Date...

I'm making an application using the JavaMail API and an Exchange server, and I have troubles to implement the "mail reply" functionnality...

The problem: when you reply to a mail, on most applications, there is a field on the old mail that says "You replied on saturday...". That's what I want to implement. But I can't find this "reply-date" field in the headers!

How does it works? Have you already done that before?

Thank you very much.

[495 byte] By [Cedric_acca] at [2007-10-3 3:01:56]
# 1
I'm not sure whether this isn't actually a tracking function performed by the client...I mean, how would a mail you already received and stored/archived change its header afterwards?
CeciNEstPasUnProgrammeura at 2007-7-14 20:51:39 > top of Java-index,Java Essentials,Java Programming...
# 2
I have done a test:I open a client on a machine - I can see this "reply-date" field.I open an another client on an another machine - I still see the header.So, I don't think that it's done by the client...
Cedric_acca at 2007-7-14 20:51:39 > top of Java-index,Java Essentials,Java Programming...