Author |
|
hamipers Newbie
Joined: 06 March 2008 Location: United States
Online Status: Offline Posts: 11
|
Posted: 13 March 2008 at 1:00am | IP Logged
|
|
|
I have been trying the trial version of MailBee.NET IMAP. There are two interesting properties in MailMessage class. ConfirmRead and ConfirmReceipt. I wonder how I could use the first one to give the sender the ability of checking if the sent email has been read by the receiver. Has anyone tried these two properties? When and where could I set them? They seem to be container of email messages which will receive the confirmation email. Should my email server support something special for this to work?
Any help will be highly appreciated.
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 13 March 2008 at 2:29am | IP Logged
|
|
|
These properties accept an e-mail address confirmation should be sent to. You should just set the same address as in From field before sending message via Smtp class.
ConfirmReceipt should be supported by recipient's mail server, otherwise, it'll be ignored.
ConfirmRead should be supported by recipient's e-mail client software. Most of popular e-mail clients support reading confirmation.
Best regards,
Andrew
|
Back to Top |
|
|