Hello.
Sending emails with the System.Net.Mail.MailMessage class in my application iss working fine.
Now I'm searching for solutions to get notifications for
- Request a Delivery Receipt
- Request a Read Receipt
(The same you find in Outlook --> Options)
With Dotnet framework I found the solution to add a header for "Disposition-Notification-To" (=Message was read).
But I don't find the definition for a delivery request... Could you help me?
And asking in general, where do I find all possible header definitions?
Thank you for your help!
BR, M74
Sending emails with the System.Net.Mail.MailMessage class in my application iss working fine.
Now I'm searching for solutions to get notifications for
- Request a Delivery Receipt
- Request a Read Receipt
(The same you find in Outlook --> Options)
With Dotnet framework I found the solution to add a header for "Disposition-Notification-To" (=Message was read).
But I don't find the definition for a delivery request... Could you help me?
And asking in general, where do I find all possible header definitions?
Thank you for your help!
BR, M74
Last edited: