![]() |
| 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. |
|
|||||||
| Tags: default, set, signature |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I'm currently using a VB Script, as a logon script, to create a custom signature, pulling info from AD, for our users. I would not like to set the signature as the default to be used in outlook, however I can't find a way to do it. I've set my signature then searched through the registry, but there doesn't seen to be any entry containing the name, I've also looked in the Outlk11.adm template, and can't see anywhere, the only signature control in the policy seems to be disable signature for new, forward & reply. Can anyone suggest a way to set my signature to default? Many thanks Ben |
| Ads |
|
#2
|
|||
|
|||
|
Ah, no worries, solved it myself, changed the outlook adm template so the
checkbox for enable/disable signature was actually an EDITTEXT, and changed the name from "Disable signature" to "Default signature", now I can enter the name of the signature to use! I think it's easier to do it this way than via a vbscript! Ben "Ben" wrote in message ... Hi, I'm currently using a VB Script, as a logon script, to create a custom signature, pulling info from AD, for our users. I would not like to set the signature as the default to be used in outlook, however I can't find a way to do it. I've set my signature then searched through the registry, but there doesn't seen to be any entry containing the name, I've also looked in the Outlk11.adm template, and can't see anywhere, the only signature control in the policy seems to be disable signature for new, forward & reply. Can anyone suggest a way to set my signature to default? Many thanks Ben |
|
#3
|
|||
|
|||
|
That's the method I recommend, except that I suggest doing it in a separate .adm file. If you do it your way, you'll need to remember the modification so you can do it again when the next service pack comes out with a new outlk11.adm file.
-- 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 "Ben" wrote in message ... Ah, no worries, solved it myself, changed the outlook adm template so the checkbox for enable/disable signature was actually an EDITTEXT, and changed the name from "Disable signature" to "Default signature", now I can enter the name of the signature to use! I think it's easier to do it this way than via a vbscript! Ben "Ben" wrote in message ... Hi, I'm currently using a VB Script, as a logon script, to create a custom signature, pulling info from AD, for our users. I would not like to set the signature as the default to be used in outlook, however I can't find a way to do it. I've set my signature then searched through the registry, but there doesn't seen to be any entry containing the name, I've also looked in the Outlk11.adm template, and can't see anywhere, the only signature control in the policy seems to be disable signature for new, forward & reply. Can anyone suggest a way to set my signature to default? Many thanks Ben |
|
#4
|
|||
|
|||
|
Is this an old adm setting? I am able to locate this in OUTLK11.adm contained
in the ORKSP2AT.EXE. Are you able to post the registry key location that the Default Signature setting resides. Thanks "Sue Mosher [MVP-Outlook]" wrote: That's the method I recommend, except that I suggest doing it in a separate .adm file. If you do it your way, you'll need to remember the modification so you can do it again when the next service pack comes out with a new outlk11.adm file. -- 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 "Ben" wrote in message ... Ah, no worries, solved it myself, changed the outlook adm template so the checkbox for enable/disable signature was actually an EDITTEXT, and changed the name from "Disable signature" to "Default signature", now I can enter the name of the signature to use! I think it's easier to do it this way than via a vbscript! Ben "Ben" wrote in message ... Hi, I'm currently using a VB Script, as a logon script, to create a custom signature, pulling info from AD, for our users. I would not like to set the signature as the default to be used in outlook, however I can't find a way to do it. I've set my signature then searched through the registry, but there doesn't seen to be any entry containing the name, I've also looked in the Outlk11.adm template, and can't see anywhere, the only signature control in the policy seems to be disable signature for new, forward & reply. Can anyone suggest a way to set my signature to default? Many thanks Ben |
|
#5
|
|||
|
|||
|
The RTM and SP1 .adm files had a setting that used the same registry values to block signatures completely. That's different from what you want to do. The relevant registry values are the NewSignature and ReplySignature string values in the HKEY_CURRENT_USER\Software\Policies\Microsoft\Offi ce\11.0\Common\MailSettings key or HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\C ommon\MailSettings, if you want to apply the setting as a user preference.
-- 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 "Paul" wrote in message ... Is this an old adm setting? I am able to locate this in OUTLK11.adm contained in the ORKSP2AT.EXE. Are you able to post the registry key location that the Default Signature setting resides. Thanks "Sue Mosher [MVP-Outlook]" wrote: That's the method I recommend, except that I suggest doing it in a separate .adm file. If you do it your way, you'll need to remember the modification so you can do it again when the next service pack comes out with a new outlk11.adm file. "Ben" wrote in message ... Ah, no worries, solved it myself, changed the outlook adm template so the checkbox for enable/disable signature was actually an EDITTEXT, and changed the name from "Disable signature" to "Default signature", now I can enter the name of the signature to use! I think it's easier to do it this way than via a vbscript! Ben "Ben" wrote in message ... Hi, I'm currently using a VB Script, as a logon script, to create a custom signature, pulling info from AD, for our users. I would not like to set the signature as the default to be used in outlook, however I can't find a way to do it. I've set my signature then searched through the registry, but there doesn't seen to be any entry containing the name, I've also looked in the Outlk11.adm template, and can't see anywhere, the only signature control in the policy seems to be disable signature for new, forward & reply. Can anyone suggest a way to set my signature to default? Many thanks Ben |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Detect default signature | paul | Outlook and VBA | 1 | September 15th 06 06:37 AM |
| : I want to automate the Tools | Options | Mail Format to set the default signature from VBA | Thor Østergaard | Outlook and VBA | 2 | May 23rd 06 09:54 PM |
| Not able to add default Signature | antonio | Outlook and VBA | 5 | May 12th 06 07:32 AM |
| setting signature as default | drmeh | Outlook and VBA | 0 | March 6th 06 01:59 AM |
| How do I set a unique signature for each profile? | Lou S. | Outlook - Installation | 1 | February 21st 06 10:33 PM |