strange problem while adding button to inspector window
When I register
((Ol.InspectorEvents_Event)Inspector).Activate+=ne w
Microsoft.Office.Interop.Outlook.InspectorEvents_A ctivateEventHandler(Connect_Activate);
Following method is craeted
void Connect_Activate()
{}
This has no defination for inspector there in new inspector wher I get
my current inspector I used that inspector object insted.
Let me know if I am know in implementing things.
|