A
Andrew Gilmore
Has anyone experienced the following problem in an add-in written in c#?
1. The objective of add-in is to place a button on the standard MailItem
command-bar.
2. I am trying to accomplish this by catching the NewInspector event and
placing a button on the command bar if it isn't already there.
3. This works fine with outlook 2002. However with outlook 2003 the event
only occurs when I run outlook the first time after I boot the machine. The
second time I run outlook it doesn't happen.
4. If I run in the debugger the problem never occurs and the NewInspector is
always caught, but without the debugger, it happens as described above.
1. The objective of add-in is to place a button on the standard MailItem
command-bar.
2. I am trying to accomplish this by catching the NewInspector event and
placing a button on the command bar if it isn't already there.
3. This works fine with outlook 2002. However with outlook 2003 the event
only occurs when I run outlook the first time after I boot the machine. The
second time I run outlook it doesn't happen.
4. If I run in the debugger the problem never occurs and the NewInspector is
always caught, but without the debugger, it happens as described above.