Making email item 'Read' programmatically

D

Dinesh Patil

Is it possible to set the option 'Mark as Read' programmatically which is
available in each new e-mail?
 
K

Ken Slovak - [MVP - Outlook]

Try setting item.Unread = false. Sometimes you have to do it twice.
 
Top