Article ID: 258224 - Last Review: February 21, 2007 - Revision: 2.4

XCON: Enumerating the Registered Transport Event Sinks

System TipThis article applies to a different operating system than the one you are using. Article content that may not be relevant to you is disabled.
This article was previously published under Q258224
Expand all | Collapse all

SUMMARY

In Exchange 2000 Server, you can register transport event sinks with the SMTP service.

MORE INFORMATION

You can check for events registered on the OnArrival event with the Smtpreg.vbs script. This script can be used to determine which SMTP event sinks are installed on the server.

You can use the /enum flag with the Smtpreg.vbs script to enumerate the list of registered transport event sink bindings for that service. The syntax for this is as follows:
cscript smtpreg.vbs /enum
The Smtpreg.vbs script is distributed with the Platform SDK.

APPLIES TO
  • Microsoft Exchange 2000 Server Standard Edition
Keywords: 
kbinfo KB258224