View Single Post
  #2  
Old July 6th 09, 02:49 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP][_3_]
external usenet poster
 
Posts: 465
Default sort over flagstatus

Have you tried using the View | Current View | Define Views command to
create a new named view with the layout you want? If you continue to have
problems with this, please state your Outlook version.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"King Albert" wrote in message
.253...

Hi,

In my inbox I have a folder "Servers"
That folder is populated by mails that either I moved or created there
using VBS. The script flags these mails Red, Green, Blue and Yellow based
on different criteria.

As a final step the script needs to sort (or rather group) these mailitems
by flagcolor. When I arrive at work I want my server reports grouped by
color.

I came across items.sort "somekey" , started looking for its "flag"
equivalent and then read a disconcerting post from Sue Mosher that sorting
this way isn't going to cut it in the GUI anyway.


please give me a few pointers to solve this


thx


Ward



Ads