![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I've searched for how to do this and found old posts that says there is no
way ... I'm sure there is because Outlook does it itself (it copies a sent message to the Sent Mail folder and it's marked as read). If not via menus, there must be a way via VBA. Has anyone figured out how to do this? E.g., I copy all sent messages to an archive but I can't mark them as read ... i want them marked as read. Thanks |
Ads |
#2
|
|||
|
|||
![]()
Have you tried getting each copy and setting the UnRead property to False,
then saving the item? -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Dave" wrote in message ... I've searched for how to do this and found old posts that says there is no way ... I'm sure there is because Outlook does it itself (it copies a sent message to the Sent Mail folder and it's marked as read). If not via menus, there must be a way via VBA. Has anyone figured out how to do this? E.g., I copy all sent messages to an archive but I can't mark them as read ... i want them marked as read. Thanks |
#3
|
|||
|
|||
![]()
How do I go about doing that? I've programmed VBA in Word macros and windows
script, but never in Outlook ... i'm a newbie in this area ... thanks, Dave "Ken Slovak - [MVP - Outlook]" wrote: Have you tried getting each copy and setting the UnRead property to False, then saving the item? -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Dave" wrote in message ... I've searched for how to do this and found old posts that says there is no way ... I'm sure there is because Outlook does it itself (it copies a sent message to the Sent Mail folder and it's marked as read). If not via menus, there must be a way via VBA. Has anyone figured out how to do this? E.g., I copy all sent messages to an archive but I can't mark them as read ... i want them marked as read. Thanks |
#4
|
|||
|
|||
![]()
You might want to start by searching on www.outlookcode.com for Outlook VBA
sample code for that. There are code samples for marking items as read as well as for moving items. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007. Reminder Manager, Extended Reminders, Attachment Options. http://www.slovaktech.com/products.htm "Dave" wrote in message ... How do I go about doing that? I've programmed VBA in Word macros and windows script, but never in Outlook ... i'm a newbie in this area ... thanks, Dave |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Mark sent items as read | Nils M. Lunde | Outlook - General Queries | 4 | September 30th 07 08:47 PM |
Mark As Read | JonWayn | Outlook and VBA | 1 | January 25th 07 06:37 AM |
Rules to Mark as Read only at Weekends | Sean | Outlook - General Queries | 1 | November 1st 06 02:05 PM |
Mark as read | Sven Berg | Outlook - General Queries | 1 | February 8th 06 10:20 AM |
Mark as Read? After x seconds? | HotRod | Outlook - General Queries | 2 | January 12th 06 08:22 PM |