XCON: Enumerating the Registered Transport Event Sinks (258224)



The information in this article applies to:

  • Microsoft Exchange 2000 Server

This article was previously published under Q258224

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.

Modification Type:MinorLast Reviewed:4/25/2005
Keywords:kbinfo KB258224