get outlook 2000 menu item "send"

S

SkyLu

Hi, I'm working on a outlook add-in and as design document, I need to disable
send menu item in new appointment form. I can get the menu item as command
bar button with id 3037 and commandbars.controls.findcontrol function and
then disable it in outlook 2003.
And we need support outlook 2000, and I found that even I can see the menu
item, but when I traversal all controls of the inspector, I can not get the
menu item.
And an even strange thing is that I can get the Id of the send menu item in
outlook spy.
So, how can I get the send menu item(not the send button :) ) with VB 6? Is
any one have any idea?
 

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