View Single Post
  #4  
Old October 16th 08, 10:49 AM posted to microsoft.public.outlook.program_addins
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Capture new category event



Since Outlook 07 there's a Categories collection, which you might check at
intervals.

--
Best regards
Michael Bauer - MVP Outlook

: VBOffice Reporter for Data Analysis & Reporting
: Outlook Categories? Category Manager Is Your Tool
: http://www.vboffice.net/product.html?pub=6&lang=en


Am Thu, 16 Oct 2008 00:30:00 -0700 schrieb Dave:

Hi

Thanks for the response. I do not think they are stored in registry in

2007.
However what I was thinking I may do is on application shutdown do a
comparision to see what categories are new, it seems the best bet.

Thanks for the help however.

Dave

" wrote:

On Oct 15, 9:19 pm, Dave wrote:
Hi

Is it possible when a user enters a new Category, for me to fire some

code
as I want to keep an external list of all categories (As I want other

users
to have access to this list).

Thank you.

David


Your best bet is probably to periodically monitor the master category
list in the user's registry and update from there. I don't believe
there any events at all that deal with categories per se.

Ads