(Msg. 1) Posted: Mon Sep 15, 2008 10:38 am
Post subject: Mark Sent as Read Archived from groups: microsoft>public>outlook>program_vba (more info?)
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.
(Msg. 2) Posted: Mon Sep 15, 2008 3:28 pm
Post subject: Re: Mark Sent as Read [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Have you tried getting each copy and setting the UnRead property to False,
then saving the item?
> 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
>
(Msg. 3) Posted: Mon Sep 15, 2008 3:33 pm
Post subject: Re: Mark Sent as Read [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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
> >
>
>
(Msg. 4) Posted: Tue Sep 16, 2008 10:02 am
Post subject: Re: Mark Sent as Read [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
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.
> 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
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum