How to set Unread to false

J

jeanLuc

Hi,

I am just discovering Outlook programming with VB and have developped a
little application including following instruction :
myItem.UnRead = False
It works correctly but not for mails which request a Read Receipt (I have in
this case the popup where I have to respond Yes / No)
How is it possible top have it work also for those mails so that I can have
my application fully running and not waiting for an answer from me.
Thanks.
JL
 
Top