I have a client who wants to change all users or a sub-set of users to
track
all e-mail messages, but they don't want to have to go to each machine to
do
it or log on as each user. Is there any SUP****TED way to change it in bulk
(like a Group Policy type solution)?
I notice that changing the setting in the "Set Personal Options" window
updates two fields in the UserSettingsBase table:
UserSettingsBase.IgnoreUnsolicitedEmail=0
UserSettingsBase.IncomingEmailFilteringMethod=0
I assume that changing these in SQL would be unsup****ted (and may cause
other problems). I also assume I could run the SQL that I can see executed
in
the profiler, but again, that would probably be unsup****ted.
Anyone know the best option?