Outlook 2003 - unread folder, linking a button to a subfolder

  • Thread starter Thread starter Joe Blo
  • Start date Start date
J

Joe Blo

In Outlook 2003,

#1 Is there a way to refresh the unread folder so that read
messages no longer apear? Right now I have to click closed the unread
folder and click it again

#2 Is there a way to create a toolbar button that goes directly to
a subfolder?
Thanks
 
#1: That's as good a refresh method as you'll find.

#2: You'd need to write VBA code to do that. If you're new to Outlook VBA
macros, these web pages should help you get started:

http://www.winnetmag.com/Articles/Index.cfm?ArticleID=21522&pg=1
http://www.outlookcode.com/d/vb.htm

To get a non-default folder, you need to walk the folder hierarchy using the
Folders collections or use a function that does that for you. See
http://www.outlookcode.com/d/code/getfolder.htm

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



In Outlook 2003,

#1 Is there a way to refresh the unread folder so that read
messages no longer apear? Right now I have to click closed the unread
folder and click it again

#2 Is there a way to create a toolbar button that goes directly to
a subfolder?
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top