Hi,
I our UNIX application which sends & Receives mails, there
is a functionality in which: when we send a mail (using
sendmail), we request for 'Return Reciept', we add
Header 'Disposition-Notification-To' and 'Message-Id' (
containing a System generated number'. We add a record in
table with this 'Message-ID'.
When Netscape (used a mail client & server) sends a Return
Receipt, the mail has a header 'References' which contains
the 'Message-ID' of sent message. Our application, scans
for word 'Return Reciept' in subject. If found , it takes
the value in 'References', and looks up in database for
the record, updates the record for date/time of message
recieved.
Now we need to add support for MS Outlook 2002/Exchange
Server. The problem is that I do not find 'References' Hdr
in 'Read Reciept' mail from Outlook, so how the tracking
can be done for which message the 'Read Reciept' has
arrived.
Is there any setings in Outlook/ Exchange server that
needs to be done. Or is there is any other way of
achieving this functionality.
TIA,
Suket