catch ActiveX event in outlook form

C

castle8000

Hi everybod.

I am trying to catch an event which is fired by a self developed ActiveX
element. This ActiveX is integrated into a custom form in Outlook.

I have been tring to catch the event using ActiveXElement1_EventName(), but
this function is never called.

How can i catch this event?

regards,

Fabian Werner
 
M

Michael Tissington

We tried raising ActiveX events in the past and unfortunately found them
never to be seen by Outlook.
So the short answer is no.
 
Top