I want to write an event handling script in exchange2000, but I'm having a hard time finding documentation on how to do so (just vague stuff on msdn).
What I want to do, is launch my event whenever a message is received to a specific email address (folder). My script will get the subject and body of the message, connect to a sql server db, make a db insert, then delete the message. I don't believe writing the script will pose a problem for me, however, I do not know how to invoke this script with exchange2000:
-how to set it up
-which event handler method to use
-how to make the handler specific to 1 email address (folder)
Any help on gettin me started or answers to any of my problems would be appreciated.
Cheers,
-Rocket21
What I want to do, is launch my event whenever a message is received to a specific email address (folder). My script will get the subject and body of the message, connect to a sql server db, make a db insert, then delete the message. I don't believe writing the script will pose a problem for me, however, I do not know how to invoke this script with exchange2000:
-how to set it up
-which event handler method to use
-how to make the handler specific to 1 email address (folder)
Any help on gettin me started or answers to any of my problems would be appreciated.
Cheers,
-Rocket21