PDA

View Full Version : Email opened and with feedback



ETracker
10-14-2011, 08:45 PM
I would like to know what code to use to get feed back from Outlook if your email has been opened. I just need the line of code for this item. I have looked at a lot of code for emailing using Outlook, but have not been able to find this line of code.

ETracker :dunno

steve_flash
10-20-2011, 09:06 AM
not sure if I get your problem correctly. If you want to check that email has been opened or marked as read code would be:
Item.unread =false

JP2112
10-27-2011, 09:47 AM
Check out the MailItem.ReadReceiptRequested Property.