J
Joe Reiss
Hi All,
I'm sending out email via SMTP with a Notification that I get if the
recipient read the email.
myMsg.Headers.Add("Disposition-Notification-To","(e-mail address removed)");
This works fine. In the Delivery message I get back, it contains
To,Subject and Sent - how can I add to these headers. For example, I would
like to Add an extra header that would contain a string that would enable me
to then track against a database of emails I sent out. I need more than
just the email address that I get back.
Any help - appreciated.
I'm sending out email via SMTP with a Notification that I get if the
recipient read the email.
myMsg.Headers.Add("Disposition-Notification-To","(e-mail address removed)");
This works fine. In the Delivery message I get back, it contains
To,Subject and Sent - how can I add to these headers. For example, I would
like to Add an extra header that would contain a string that would enable me
to then track against a database of emails I sent out. I need more than
just the email address that I get back.
Any help - appreciated.