Hello all, I am in the process of trying to write an Event Sink for Exchange Server 2000. Once I register the Event Sink the code never seems to run. After a few days of thinking that it was some how a problem with my code, I came across a KB article that described registering the Script Host Sink. Apparently it is required to be registered to handle Event Sinks and is not installed when you install Exchange Server 2000.
Now when registering the Script Host Sink a username and password are required. From what I read this needs to be a user account that has permissions to do things that the Event Sink is going to do (hopefully that made sense.). I supplied the Administrator user account when registering the Script Host Sink. Stupid me, the Administrator does not have access to users mail boxes. So I am going to need to unregister and then reregister the Script Host Sink with a user name that does have the right permissions.
Has anyone done this before? I would like to know what user account you would use to register the Script Host Sink. Additionally, after the Script Host Sink is registered you have the ability to specify a user account for the script to run under. Dose this have to be the same user account used to register the Script Host Sink or can it be a different one?
If any one has done what I am trying to do and has some recommendations, I would welcome them.
Now when registering the Script Host Sink a username and password are required. From what I read this needs to be a user account that has permissions to do things that the Event Sink is going to do (hopefully that made sense.). I supplied the Administrator user account when registering the Script Host Sink. Stupid me, the Administrator does not have access to users mail boxes. So I am going to need to unregister and then reregister the Script Host Sink with a user name that does have the right permissions.
Has anyone done this before? I would like to know what user account you would use to register the Script Host Sink. Additionally, after the Script Host Sink is registered you have the ability to specify a user account for the script to run under. Dose this have to be the same user account used to register the Script Host Sink or can it be a different one?
If any one has done what I am trying to do and has some recommendations, I would welcome them.