Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
You can use the RegEvent.vbs script to enumerate the event bindings for store and system events. The enumeration includes a list of all sink and source property bag properties for each binding. The following script options are used:
cscript RegEvent.vbs enum Scope [All]
Regevent does not provide a means of recursively enumerating events in child folders.
‘ enum an event by specifying an item URL cscript RegEvent.vbs enum file://./backofficestorage/exchange.microsoft.com/mbx/user1/inbox/evtreg1 ‘ enum events in a folder by specifying a folder URL file://./backofficestorage/exchange.microsoft.com/mbx/user1/inbox all