![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi,
Can someone tell me where Outlook stores the signature to use setting? The Tools - Option - Mail Format - Signatures (for both new, and replies) Is it in the registry? I tried naming a signature a funny name, then searching for that name in the registry, but I can't find it! Thanks for any pointers. |
#2
|
|||
|
|||
![]()
It's in the registry, as part of the mail profile, but the value is in Unicode and thus not searchable.
Why do you want to know? -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Sparks" wrote in message ... Hi, Can someone tell me where Outlook stores the signature to use setting? The Tools - Option - Mail Format - Signatures (for both new, and replies) Is it in the registry? I tried naming a signature a funny name, then searching for that name in the registry, but I can't find it! Thanks for any pointers. |
#3
|
|||
|
|||
![]()
In the company I work at, they want everyone to have a standard signature.
I was planning on... Creating the signature files for everyone. Saving them to one of the servers in the form of %username%.txt/.rtf/.htm Setting up the login script to copy \\server\signatures\%username%.* to their local profile then merging a registry key to make sure it is used for both new mail and replies. If possible, I would also like to set... The default font and size for new mail and replies The sending format. Thanks! Sparks... "Sue Mosher [MVP-Outlook]" wrote in message ... It's in the registry, as part of the mail profile, but the value is in Unicode and thus not searchable. Why do you want to know? -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Sparks" wrote in message ... Hi, Can someone tell me where Outlook stores the signature to use setting? The Tools - Option - Mail Format - Signatures (for both new, and replies) Is it in the registry? I tried naming a signature a funny name, then searching for that name in the registry, but I can't find it! Thanks for any pointers. |
#4
|
|||
|
|||
![]()
It's not that simple. Outlook 2003 signatures are per-account. You'd need to use a script like that at http://www.outlookcode.com/codedetail.aspx?id=821 to apply the signature to each account.
Even then, the user can still delete the signature from the message itself, and the savvy user can edit the .rtf, .htm, and .txt files for that signature. That's why if you really want a mandatory signature, you must do it on the server; see http://www.slipstick.com/addins/content_management.htm for links to tools. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Sparks" wrote in message ... In the company I work at, they want everyone to have a standard signature. I was planning on... Creating the signature files for everyone. Saving them to one of the servers in the form of %username%.txt/.rtf/.htm Setting up the login script to copy \\server\signatures\%username%.* to their local profile then merging a registry key to make sure it is used for both new mail and replies. If possible, I would also like to set... The default font and size for new mail and replies The sending format. Thanks! Sparks... "Sue Mosher [MVP-Outlook]" wrote in message ... It's in the registry, as part of the mail profile, but the value is in Unicode and thus not searchable. Why do you want to know? "Sparks" wrote in message ... Hi, Can someone tell me where Outlook stores the signature to use setting? The Tools - Option - Mail Format - Signatures (for both new, and replies) Is it in the registry? I tried naming a signature a funny name, then searching for that name in the registry, but I can't find it! Thanks for any pointers. |
#5
|
|||
|
|||
![]()
Hi Sue,
Thanks for that! I don't think the adding at the server is going to be well accepted, as I assume this would mean the users will not actually see the signature (And everyone needs their own one, as it contains their name)? Sorry to should stupid, but how do I run this script, what do I need to name it!? Thanks! Sparks... "Sue Mosher [MVP-Outlook]" wrote in message ... It's not that simple. Outlook 2003 signatures are per-account. You'd need to use a script like that at http://www.outlookcode.com/codedetail.aspx?id=821 to apply the signature to each account. Even then, the user can still delete the signature from the message itself, and the savvy user can edit the .rtf, .htm, and .txt files for that signature. That's why if you really want a mandatory signature, you must do it on the server; see http://www.slipstick.com/addins/content_management.htm for links to tools. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Sparks" wrote in message ... In the company I work at, they want everyone to have a standard signature. I was planning on... Creating the signature files for everyone. Saving them to one of the servers in the form of %username%.txt/.rtf/.htm Setting up the login script to copy \\server\signatures\%username%.* to their local profile then merging a registry key to make sure it is used for both new mail and replies. If possible, I would also like to set... The default font and size for new mail and replies The sending format. Thanks! Sparks... "Sue Mosher [MVP-Outlook]" wrote in message ... It's in the registry, as part of the mail profile, but the value is in Unicode and thus not searchable. Why do you want to know? "Sparks" wrote in message ... Hi, Can someone tell me where Outlook stores the signature to use setting? The Tools - Option - Mail Format - Signatures (for both new, and replies) Is it in the registry? I tried naming a signature a funny name, then searching for that name in the registry, but I can't find it! Thanks for any pointers. |
#6
|
|||
|
|||
![]()
You can name it whatever you want. You would need to run it under each user's Windows login, perhaps as part of your logon script.
Most companies that want a standard signature don't want users to see it, because if users can see it, they can delete or change it. There are tools to personalize such server-based signatures, at the link I suggested. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Sparks" wrote in message ... Hi Sue, Thanks for that! I don't think the adding at the server is going to be well accepted, as I assume this would mean the users will not actually see the signature (And everyone needs their own one, as it contains their name)? Sorry to should stupid, but how do I run this script, what do I need to name it!? Thanks! Sparks... "Sue Mosher [MVP-Outlook]" wrote in message ... It's not that simple. Outlook 2003 signatures are per-account. You'd need to use a script like that at http://www.outlookcode.com/codedetail.aspx?id=821 to apply the signature to each account. Even then, the user can still delete the signature from the message itself, and the savvy user can edit the .rtf, .htm, and .txt files for that signature. That's why if you really want a mandatory signature, you must do it on the server; see http://www.slipstick.com/addins/content_management.htm for links to tools. "Sparks" wrote in message ... In the company I work at, they want everyone to have a standard signature. I was planning on... Creating the signature files for everyone. Saving them to one of the servers in the form of %username%.txt/.rtf/.htm Setting up the login script to copy \\server\signatures\%username%.* to their local profile then merging a registry key to make sure it is used for both new mail and replies. If possible, I would also like to set... The default font and size for new mail and replies The sending format. Thanks! Sparks... "Sue Mosher [MVP-Outlook]" wrote in message ... It's in the registry, as part of the mail profile, but the value is in Unicode and thus not searchable. Why do you want to know? "Sparks" wrote in message ... Hi, Can someone tell me where Outlook stores the signature to use setting? The Tools - Option - Mail Format - Signatures (for both new, and replies) Is it in the registry? I tried naming a signature a funny name, then searching for that name in the registry, but I can't find it! Thanks for any pointers. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2000 and 2003 signature question | jacobite | Outlook - General Queries | 0 | May 31st 06 06:17 PM |
Graphics in signature file don't appear in Outlook 2003 | jsmarsh | Outlook - General Queries | 0 | May 17th 06 04:28 PM |
inserting a signature in outlook 2003 | Peter McCaul | Outlook - General Queries | 2 | April 18th 06 05:45 PM |
Outlook 2003 signature picking | graymouse | Outlook - General Queries | 3 | March 22nd 06 03:37 AM |
Outlook 2003 sends signature img as attachment | Om Audio | Outlook - General Queries | 0 | February 16th 06 09:49 PM |