Categories Quick Click

C

CC

Is there a way to prevent the user changing the categories of a task?
Alternatively can the "quick click" action on a displayed task category be
trapped or prevented?
 
C

CC

Is there a way to prevent the user changing the categories of a task?
Alternatively can the "quick click" action on a displayed task category be
trapped or prevented?

Sorry... this is for Outlook 2007 & VS2008/VSTO
 
K

Ken Slovak - [MVP - Outlook]

There's no method to lock the categories of a task or to prevent the
categories dialog from coming up. You'd have to trap the Write event for any
open item or selected item and disallow the write if the categories were
changed. You could also handle the PropertyChange event on the items to know
when categories were changed.
 

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

Top