Platform SDK: Exchange 2000 Server |
[This is preliminary documentation and subject to change.]
You can use the RegEvent.vbs script to delete event bindings for store and system events. The following script options are used:
cscript RegEvent.vbs Delete Scope [All]
Regevent does not provide a means of recursively deleting events in child folders.
'delete an item via its URL cscript RegEvent.vbs delete file://./backofficestorage/exchange.microsoft.com/mbx/user1/inbox/evtreg1 'delete all items in a folder via the folder's URL cscript RegEvent.vbs delete file://./backofficestorage/exchange.microsoft.com/mbx/user1/inbox all