NewIspector event not fired in some cases

D

danleis

Windows 2000, OutlookXP SP2, C# COM Addin developed by VS.NET 2003

When I handle the NewInspector event first time, and I modify something via
the given Inspector object, the event won't fired any more.
If I use the given Inspector object only for reading property values in the
event handler, everything goes well, the event is fired next time again.

Unfortunatelly I should modify the Inspector so, my question is, how to
solve this problem?

Any suggessions appreciated.

Thanks

Daniel Leiszen
 
Top