J JonWayn Jan 25, 2007 #1 How do I programatically set the MarkAsRead flag for a MailItem object in VBA?
M Michael Bauer [MVP - Outlook] Jan 25, 2007 #2 Set Unread = False and call Save. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Keep your Outlook categories organized! http://www.shareit.com/product.html?productid=300120654&languageid=1 (German: http://www.VBOffice.net/product.html?pub=6) Am Wed, 24 Jan 2007 19:26:42 -0500 schrieb JonWayn:
Set Unread = False and call Save. -- Viele Gruesse / Best regards Michael Bauer - MVP Outlook Keep your Outlook categories organized! http://www.shareit.com/product.html?productid=300120654&languageid=1 (German: http://www.VBOffice.net/product.html?pub=6) Am Wed, 24 Jan 2007 19:26:42 -0500 schrieb JonWayn: