
Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
I confirmed that those policy settings are not supported in Outlook 2003,
now that Outlook uses per-account signatures.
FWIW, these per-account signature settings are buried very deeply in the
Windows registry, in the HKEY_CURRENT_USER\Software\Microsoft\Windows
NT\CurrentVersion\Windows Messaging Subsystem\Profiles key. Under Outlook
mail profile has its own key, and each mail profile key has a subkey named
9375CFF0413111d3B88A00104B2A6676. Under this key are a number of
undocumented settings, including those for per-account signatures. So a
possible solution might be a script that runs on user login to delete any
per-account signature settings. I'll post back if I come up with other
ideas.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
>I tested it with RegMon running and it looks like the NewSignature and
>ReplySignature values are not being read at all by Outlook.
[quoted text clipped - 30 lines]
>>> >
>>> > Have anyone had this problem or could offer a solution? Let me know.
tpenn - 26 Oct 2004 14:43 GMT
Sue,
Thanks so much. This confirms what we suspected. We are deleting the user
signature folder upon logon to go around this.
Thanks again,
Toni P.
> I confirmed that those policy settings are not supported in Outlook 2003,
> now that Outlook uses per-account signatures.
[quoted text clipped - 43 lines]
> >>> >
> >>> > Have anyone had this problem or could offer a solution? Let me know.