Hi All,
I'm writing a disclaimer (using the procedure described here: http://support.microsoft.com/kb/317327 ). On my development machine (XP Pro/SP2) is works fine, but on a test server with Exchange2K3 it doesn't work and the OnArrival event isn't fired. Other event sink, the one described here: http://support.microsoft.com/kb/313404 , works fine on the server. Any suggestions?
TIA
Do you have any other event sunks running on the test Exchange server? Are you running a AV product?
- Joel
Hi jstidley,
I managed to solve the problem (and forgot to update this post, sorry about that). It seems that the MS KB article is incorrect - it doesn't say that the DLL must be registered using regsvr32.exe. It took me a while to find this, but after that everything worked perfectly.
Thank You