F
fbs 419
In my addin, I disable controls by getting the control id want, and doing a put_Enable false on it. For example, to disable Send Update for a meeting in Outlook 2003, I do this for id 1983 (Standard, Send Update), and it works.
In Outlook 2007, Send Update is a large button, and the same code does not work. I assumed that the event id was 1983, but for this button, perhaps not. How do I find the proper id for that button? I can't seem to find them anywhere.
In another Outlook 2007 case, I would like to disable the Cancel Meeting button (which is on the ribbon), or at least the Send Cancellation button, which is in the same place as Send Update, but after you push the Cancel Meeting button. Again, what are the ids for these controls? I have a spreadsheet for 2003, and I use Outlook Spy to get some of these, but they must not be the right ones.
And lastly, in Outlook 2003, I am trying to disable the File->Delete (also the X button), so I am using id 478. This doesn't work either -- I still see these things enabled.
Ideas?
Thanks
In Outlook 2007, Send Update is a large button, and the same code does not work. I assumed that the event id was 1983, but for this button, perhaps not. How do I find the proper id for that button? I can't seem to find them anywhere.
In another Outlook 2007 case, I would like to disable the Cancel Meeting button (which is on the ribbon), or at least the Send Cancellation button, which is in the same place as Send Update, but after you push the Cancel Meeting button. Again, what are the ids for these controls? I have a spreadsheet for 2003, and I use Outlook Spy to get some of these, but they must not be the right ones.
And lastly, in Outlook 2003, I am trying to disable the File->Delete (also the X button), so I am using id 478. This doesn't work either -- I still see these things enabled.
Ideas?
Thanks