Sander Hagendoorn
Posts: 8
Joined: 2006-12-04
|
Hi there,
Thanks for the updated license for Adx.net 3.0.
After a couple of hours, I reproduced most of my plugin with the new version, although there is one thing I can't seem to get right.
With Adx.net 2.7, i've created a class called ItemEventsClass. This class implements all Outlook event handlers (such as [B]public override void ProcessSend(AddinExpress.MSO.ADXCancelEventArgs e)[B] ).
In the designer code, the handlers were filled in.
Now with version 3.0, if I add the events for outlook (in the designer), i get a variable of class ADXOutlookAppEvents. None of the handlers get a value in InitialiseComponents().
How do I connect the AppEvents to the ItemEvents? (Or am i perhaps taking a wrong turn somewhere?)
Regards,
Sander
|
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Sander.
Just right click on the ADXOutlookAppEvents component and choose the Properties option. Then go to the Events tab of the Properties window.
Now you can add events via double click on the event you need.
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
|
|
Sander Hagendoorn
Posts: 8
Joined: 2006-12-04
|
Hi Sergey,
Thanks, that's clear (vs2005 confused me before ;) ). The events are now located in the main addinmodule.cs file. This makes implementing the functionality even easier!
Regards,
Sander |
|