A
Adrian Bojin
Hello,
I'm trying to register a private event handler on an Inspector Close event
with C#:
currInspector.Close +=Window_Close;
At design-time appears the following error message:
"Ambiguous reference:
Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.Close (Event)
Microsoft.Office.Interop.Outlook._Inspector.Close
(Method).
match."
How can I deal whit this? Thanks for any suggestions.
Sincerely, Adrian Bojin.
I'm trying to register a private event handler on an Inspector Close event
with C#:
currInspector.Close +=Window_Close;
At design-time appears the following error message:
"Ambiguous reference:
Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event.Close (Event)
Microsoft.Office.Interop.Outlook._Inspector.Close
(Method).
match."
How can I deal whit this? Thanks for any suggestions.
Sincerely, Adrian Bojin.