Thread: Mark as read
View Single Post
  #3  
Old June 16th 09, 01:29 PM posted to microsoft.public.outlook.program_vba
mkboynton via OfficeKB.com
external usenet poster
 
Posts: 10
Default Mark as read

Dmitry Streblechenko wrote:
Have you tried to set teh Unread property to false?
Do not loop through all the messages in a folder. Use Items.Find/FindNext

I have the following code in my Outlook today page to list the emails in my
inbox and provide a link to open them. My question is how do I mark the

[quoted text clipped - 59 lines]
End Function
/Script


I have tried to set the Unread property to false using an onclick event, but
it seems to ignore the onclick since I have a a href

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...g-vba/200906/1

Ads