Discussion:
OL2007: Application_Startup event
(too old to reply)
aditel
2012-09-13 08:00:14 UTC
Permalink
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-
aditel
2013-01-08 16:30:03 UTC
Permalink
I recall my previous post.
Did someone meet similar problem and can help with solving that?
aditel
2013-01-09 13:23:13 UTC
Permalink
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.
Loading...