
SignatureTextStream = fso.OpenTextFile("C:\\Documents and Settings\\" + user_name + "\\Application Data\\Microsoft\\Signatures\\" + user_name + "." + file_ext, 1) User_name = shell.ExpandEnvironmentStrings("%USERNAME%") įso = new ActiveXObject("Scripting.FileSystemObject")

shell = new ActiveXObject("WScript.shell") They use the below to get access to signature files. There is a forum string here that may help ( ). Another route would be to look at smaller marketing integration tools - these may let you compose messages and send them with select signatures based on "campaign" - just assign certain users to the campaign and messages you generate will get the footer (or whatever else) you want to inject. I looked around a bit and didn't really find any solution I would recommend.

You'll need to come up with some sort of custom solution or look for a third party app to help.
