Hi to all — hope this makes some sense ….
I’m working on a project where a user will be sending an email with a special Subject line and possible text in the body of the email. The email will be read by an Outlook client, who (perhaps thru Outlook Rules) will cause any number of different VBScript programs to be executed. OK, no trouble so far ….. The trouble begins with the actual VBScript program. The code in certain scripts are accessing some areas of the network where higher network rights are needed. Since the VBScript is inheriting the rights of the Outlook client when running (this account has limited rights), the VBScript will error out on a rights access issue.
So, my question is: Can someone come up with a way in code that I can change the authentication access such that the VBScript program will complete OK? I do not want to give the Outlook client any kind of Supervisor access. I keep thinking there must be some way to do this …… Any help or guidance is appreciated!
Oops — environment is Win2K and Office2K.
Thanks!
Andrew Harrell
vb Padawan Learner