Apply a Flag Status automatically
If that's on a daily basis, assuming that you start Outlook not more than
once a day, you can store the current value on the module level. Start the
value with 1, that is set it to olPurpleFlagIcon in the Startup event.
In the ItemAdd event of the Inbox set the item's FlagIcon property to the
current value, then increase its value by 1. If the value is bigger than 6
(olRedFlagIcon) then set it back to 1.
--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Organize eMails:
http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6
Am Tue, 17 Jul 2007 22:48:02 -0700 schrieb tog:
Is it possible to assign a flag status to an email that arrives ... on a
rotational basis?? I.e. Message 1 - Flag Status of Blue, Message 2 - Flag
Status of Orange, Message 3 - Flag Status of Red, Message 1 - Flag Status
of
Blue .. etc etc??
Any help would be very gratefully received.
|