View Single Post
  #2  
Old April 28th 06, 07:43 PM posted to microsoft.public.outlook.program_addins
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default add a command in the form

You will need to add your command bar/buttons to the Inspectors, not just
the Explorer(s). Use Application.Inspectors.NewInspector event to run your
code whenever new inspector gets created. See
http://www.outlookcode.com/d/comaddins.htm - there are a few sample COM
addins listed thaat do just that.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool

"tonyl" wrote in message
m...
Hi,

I found that the outlook spy command bar can be put into the
appointment form, contact form, etc.
How to do it? I can only add the coommand bar in the outlook main window
(explorer) from add-in object written in C# or C++.

If the command bar display in appointment form only?

Regards,
Tony




Ads