T
T-Man
Hey All,
I'm trying the following and it is failing with an error about unable to
complete the casting operation:
this.OutlookApplication=(Outlook.ApplicationClass)OutlookInstanceApp;
this.OutlookApplication.ApplicationEvents_Event_Quit+=new
Outlook.ApplicationEvents_QuitEventHandler(OutlookApplication_ApplicationEvents_Event_Quit);
I am trying to build this for Outlook 2000 & later and figured that the
plain 'Quit' event rather than the one labeled as '10' would be what I
needed.
Any ideas?
Regards,
TC
I'm trying the following and it is failing with an error about unable to
complete the casting operation:
this.OutlookApplication=(Outlook.ApplicationClass)OutlookInstanceApp;
this.OutlookApplication.ApplicationEvents_Event_Quit+=new
Outlook.ApplicationEvents_QuitEventHandler(OutlookApplication_ApplicationEvents_Event_Quit);
I am trying to build this for Outlook 2000 & later and figured that the
plain 'Quit' event rather than the one labeled as '10' would be what I
needed.
Any ideas?
Regards,
TC