HI,
I have created a outlook com dll and VB app. An event raised (SEND)in the outlook com dll is not fired in the vb app. the event will be raised whenever an item is added to the sentitems folder. The dll raises another event(ATTACH) whenever a command button is clicked(button is created by the dll). The attach event is fired in the vb app but not the Send event. How to solve this??

adhi