Hi,
I'd like to do the following with CDO (I'm not specifically using ASP for
this).
1) Send a message, requesting a delivery receipt (OK, I can do that)
2) Upon reception of a delivery receipt, I want to know to which message
this receipt refers : that's where I 'm lost.
I think I could store the Message.id I'm sending, but how could I in the
delivery report retrieves the id of the original message ?
(By the way, I can't rely on the subject/sender/recipient of the message
because there is not enough information in these fields to match the
message and the delivery receipt of this message).
Thanks for your help.