Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Adding Read Receipt to outgoing mail

1 view
Skip to first unread message

okaminer

unread,
Jul 10, 2005, 2:55:09 AM7/10/05
to
Hi
Does any one know how to add "Read Receipt" to a mail using either C#
or VB.NET

Alex Feinman [MVP]

unread,
Jul 10, 2005, 3:27:40 AM7/10/05
to
Message.Headers.Add("Disposition-Notification-To", "b...@home.com")

--
Alex Feinman
---
Visit http://www.opennetcf.org
"okaminer" <okam...@yahoo.com> wrote in message
news:1120978509....@g49g2000cwa.googlegroups.com...

okaminer

unread,
Jul 10, 2005, 4:04:29 AM7/10/05
to
Thanks a lot

what does the b...@home.com stands for: Is it the person who receive
the receipt after the recipient read the mail?

and one more question:
Can I ask where did you find this
Or where can I see all the Other Message Headers posibilities

again thanks for the quick response

Alex Feinman [MVP]

unread,
Jul 10, 2005, 1:46:28 PM7/10/05
to
b...@home.com has been used as a sample email address of the read receipt
recipient. The "Disposition-Notification-To" header along with the rest of
them is described in the appropriate RFCs:
http://www.rfc-editor.org/rfc/rfc2822.txt
http://www.rfc-editor.org/rfc/rfc2298.txt

Also see here and around it:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_cdo_schema_mailheader.asp?frame=true

--
Alex Feinman
---
Visit http://www.opennetcf.org
"okaminer" <okam...@yahoo.com> wrote in message

news:1120982668.9...@z14g2000cwz.googlegroups.com...

0 new messages