| Author |
Message |
Tom Jones
Guest
|
Posted:
Wed Nov 10, 2004 7:44 pm Post subject:
Event Sinks |
|
|
I installed exchange 2003 standard fresh on windows 2003 server standard
edition.
I first tried a managed event sink then I tried a VBS event sink. They
install properly using the smtpreg.vbs script.
They both install without a hitch but the events dont fire. I am testing
this by sending an email to the server using the .Net SMTP mail object. I
can see that the emails are being recieved but the sinks are not firing.
My question is...Does exchange 2003 have to be configured in any sort of way
to get sinks to fire...im at a loss here. It seemed like a simple
development cycle from the outset, but this is pretty bad.
|
|
| Back to top |
|
 |
Martijn
Guest
|
Posted:
Sun Nov 21, 2004 6:38 pm Post subject:
Re: Event Sinks |
|
|
"Tom Jones" <csharpcoder2004@hotmail.com> wrote in message
news:OVTdwtyxEHA.3976@TK2MSFTNGP09.phx.gbl...
| Quote: | My question is...Does exchange 2003 have to be configured in any sort of
way
to get sinks to fire...im at a loss here. It seemed like a simple
development cycle from the outset, but this is pretty bad.
|
No, there is as far as I know no difference in the event sink architecture
between 2000 and 2003
--
Martijn Jongen
http://martijnjongen.com
* have you tried ORFilter Anti-Spam for Exchange? It's free, see
http://martijnjongen.com/orfilter |
|
| Back to top |
|
 |
TSw
Guest
|
Posted:
Thu Nov 25, 2004 7:05 pm Post subject:
Re: Event Sinks |
|
|
"Tom Jones" <csharpcoder2004@hotmail.com> wrote in message news:<OVTdwtyxEHA.3976@TK2MSFTNGP09.phx.gbl>...
| Quote: | I installed exchange 2003 standard fresh on windows 2003 server standard
edition.
I first tried a managed event sink then I tried a VBS event sink. They
install properly using the smtpreg.vbs script.
They both install without a hitch but the events dont fire. I am testing
this by sending an email to the server using the .Net SMTP mail object. I
can see that the emails are being recieved but the sinks are not firing.
My question is...Does exchange 2003 have to be configured in any sort of way
to get sinks to fire...im at a loss here. It seemed like a simple
development cycle from the outset, but this is pretty bad.
|
What kind of event did you wrote down? Can you post some code?
Exchange does not need to be configured in any way, events are hooked
on smtp service, not Exchange.
You may check http://www.geocities.com/smtptracker
I can add some souce code...
TSw
|
|
| Back to top |
|
 |
|
|
|
|