FolderContextMenuDisplay event not called

Add-in Express™ Support Service
That's what is more important than anything else

FolderContextMenuDisplay event not called
FolderContextMenuDisplay event not called 
Fabian Roeken




Posts: 2
Joined: 2007-06-19
Hi,

I am currently trying to add a menu item to the folder context menu in Outlook 2007. As recommended in other posts I use the FolderContextMenuDisplay event of the ADXOutlookAppEvents class.

For some reason the event function is never called though.
Any help is very much appreciated.

Best Regards,
Fabian
Posted 19 Jun, 2007 09:51:20 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Fabian.

Do you use Add-in Express v3.5.1875?




P.S. We always do our best to answer your forum requests as soon as possible. However, we apply the rule "first in first out" with Premium Support Service subscribers taking priority. Please understand it may take us some time to do research on the issue. Please be assured we will let you know as soon as the best possible solution is found.
Posted 19 Jun, 2007 10:23:56 Top
Fabian Roeken




Posts: 2
Joined: 2007-06-19
Hi Sergey,

Looks like I found the problem. Adding the event listener when the startup is already completed doesn't seem to work. I now install the event handler when the AddInModule is initialized. Works fine then.

bye,
Fabian



Posted 19 Jun, 2007 12:17:21 Top