Mark as read

Status
Not open for further replies.
J

Joanne Buss

I am using outlook 2003 on winxp pro machine

I have some vba coding that I use to strip the attachments off my email and

place them into a specific folder. This is running fine, but I would like to

fine-tune it a bit. Not sure how to do it and cannot find anything in my

2003 outlook vba book or when I google it, so here I am again.

Here is my question

Can I mark these emails as having been read during/after I have stripped the

attachment off of them. They have never been clicked on so they never get

marked as having been read which can become a bit confusing when the number

of emails is rather high and there are several days' worth.

If anyone has any ideas or can point me in the right direction, I would sure

appreciate the help.

Thanks

Joanne
 

Michael Bauer

Senior Member
Outlook version
Outlook 2010 32 bit
Email Account
Exchange Server
See the Unread property of the item.

For learning what properties are available the object browser (f2) is very

good: Switch from <All Librares> to Outlook, then left hand select the

object you're interested in.

Best regards

Michael Bauer

Am Mon, 16 Nov 2009 21:24:22 -0600 schrieb Joanne Buss:


> I am using outlook 2003 on winxp pro machine
> I have some vba coding that I use to strip the attachments off my email


and
> place them into a specific folder. This is running fine, but I would like


to
> fine-tune it a bit. Not sure how to do it and cannot find anything in my
> 2003 outlook vba book or when I google it, so here I am again.
> Here is my question
> Can I mark these emails as having been read during/after I have stripped


the
> attachment off of them. They have never been clicked on so they never get
> marked as having been read which can become a bit confusing when the


number
> of emails is rather high and there are several days' worth.
> If anyone has any ideas or can point me in the right direction, I would


sure
> appreciate the help.
> Thanks
> Joanne
 
J

Joanne

Thanks for the pointers

"Michael Bauer " wrote:



> See the Unread property of the item.

> For learning what properties are available the object browser (f2) is very
> good: Switch from <All Librares> to Outlook, then left hand select the
> object you're interested in.

> > Best regards
> Michael Bauer

> > >

> Am Mon, 16 Nov 2009 21:24:22 -0600 schrieb Joanne Buss:
>
> > I am using outlook 2003 on winxp pro machine
> > I have some vba coding that I use to strip the attachments off my email

> and
> > place them into a specific folder. This is running fine, but I would like

> to
> > fine-tune it a bit. Not sure how to do it and cannot find anything in my
> > 2003 outlook vba book or when I google it, so here I am again.
> > Here is my question
> > Can I mark these emails as having been read during/after I have stripped

> the
> > attachment off of them. They have never been clicked on so they never get
> > marked as having been read which can become a bit confusing when the

> number
> > of emails is rather high and there are several days' worth.
> > If anyone has any ideas or can point me in the right direction, I would

> sure
> > appreciate the help.
> > Thanks
> > Joanne

> .
>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
DoctorJellybean Outlook 365 doesn't always mark emails as read Using Outlook 3
Diane Poremsky Mark Sent Items as Read After Copying with a Rule Using Outlook 0
T Outlook 2013 either fails to mark messages as read or marks them as read, then un-marks them. Using Outlook 1
Mary B VBscript: Need to copy every email to a folder & mark that copy as read Outlook VBA and Custom Forms 5
C Mark all incoming emails as read Outlook VBA and Custom Forms 3
M How do I mark emails already received as read when I get a second, different email based on subject? Outlook VBA and Custom Forms 3
Z Mark moved copies as "Read" Using Outlook 19
Z "Mark All as Read" in Outlook 2007 extremely slow Using Outlook 1
H mark as read per folder options Using Outlook 1
A Mark all as read for public folders Using Outlook 14
N Changing the 'Mark item as read when selection changes' at runtime Outlook VBA and Custom Forms 1
B Move Sent Email to archival pst folder and mark as read - HOW TO Outlook VBA and Custom Forms 2
B Mark copy of sent email as read - VBA? Outlook VBA and Custom Forms 3
M Mark as read Outlook VBA and Custom Forms 5
T Setting a delegate to not mark items as read Using Outlook 9
K mark emails with colour manually (like in thunderbird) Using Outlook 1
V Macro to mark email with a Category Outlook VBA and Custom Forms 4
O Office 365 Outlook - mark to download Using Outlook 0
S Codes for "Mark Complete" the task Outlook VBA and Custom Forms 2
S Mark as Unread unless Categorized by Color Using Outlook 0
M Mark Complete keyboard shortcut... on a mac running Windows Bootcamp Using Outlook 0
T Adding "Mark As Complete" btton to Task Remindet Pop-Up Using Outlook 3
F Automatically close email after selecting mark unread Using Outlook 1
T outlook 2013 does not mark multiple forward messages as forward Using Outlook 2
7 Macro to mark message as junk and delete Outlook VBA and Custom Forms 3
V Mark BCC when emails is sent from specific account Outlook VBA and Custom Forms 2
B Outlook 2010: how to mark messages without opening? Eg for deletion Using Outlook 2
N Mark or follow up emails in shared mailbox Using Outlook 2
C Outlook 2010 search for question mark in calendar Using Outlook 7
M Can't mark appointments as private for other user Using Outlook 1
I Pound Symbol in emails show as � (black diamond with white question mark inside) - Office 2010. Using Outlook 11
J Pasting into Outlook 2003 produces blue question mark Using Outlook 2
R Macro to mark item unread Outlook VBA and Custom Forms 2
J Increase read pane font size, but NOT image size? Using Outlook 3
J Read Outlook Form fields Outlook VBA and Custom Forms 3
B Inconsistent handling of message read/unread status by Outlook Using Outlook 3
S E-mails marked as read turn back to unread after a couple of seconds Using Outlook 1
M Cannot read the calendar Using Outlook 9
Z Outlook 365 delete reminder you can’t make change to contents of this-read only folder Using Outlook 4
A Inbox didn't got read Outlook VBA and Custom Forms 0
e_a_g_l_e_p_i Is it possible it set the fonts used to read incoming mail Using Outlook 25
R seperate read layout to design in outlook 2016..Help!! Outlook VBA and Custom Forms 3
N Disable Auto Read Receipts sent after using Advanced Find Using Outlook 4
N Separate Read Layout Editing Outlook VBA and Custom Forms 0
A Read and Write to Text File Outlook VBA and Custom Forms 1
L Email Read and Delete Outlook VBA and Custom Forms 4
A Separate Read Layout Outlook VBA and Custom Forms 4
M Making Subject field writable (disable Read Only) Outlook VBA and Custom Forms 2
M How can I determine which user read an email Exchange Server Administration 4
Diane Poremsky Edit and Save Outlook's Read-Only Attachments Using Outlook 0

Similar threads

Top