Thread: Mark as read
View Single Post
  #4  
Old June 17th 09, 12:42 AM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Mark as read

What is the relevant snippet of your code? Do you call MailItem.Save?

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"mkboynton via OfficeKB.com" u10467@uwe wrote in message
news:97af83df491db@uwe...
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