OL2007: Application_Startup event

  • Thread starter Thread starter aditel
  • Start date Start date
A

aditel

I used to run Application_Startup event in the past to start public event handler for monitoring new incoming e-mails to specific folder. Then some manipulations with plain text attachments were done.

Since some time neither Application_Startup nor Application_MAPILogonComplete does not fire when Outlook starts. I use Win7 in corporate domain. Default place for all new mails is local pst file, so all e-mails are moving from Exchange Sever to my PC locally once connection is established.

I tried many things suggested on other forums but nothing helped so far.
Did you face similar problem and could share your suggestion/solution?

-Marcin-
 
I recall my previous post.
Did someone meet similar problem and can help with solving that?
 
Issue was resolved.
I found out that some old Add-ins entries existed in Windows registry while add-ins itself did not exist phisically.
Because Outlook events fire after all add-ins are loaded to memory and run hence in that case processing stopeed at not exiting add-in and events did not run afterward.
 
Back
Top