A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - General Queries
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook 2003 Signature



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 8th 06, 05:38 PM posted to microsoft.public.outlook
Sparks
external usenet poster
 
Posts: 10
Default Outlook 2003 Signature

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.


Ads
  #2  
Old June 8th 06, 07:26 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2003 Signature

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  
Old June 8th 06, 08:20 PM posted to microsoft.public.outlook
Sparks
external usenet poster
 
Posts: 10
Default Outlook 2003 Signature

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  
Old June 8th 06, 08:47 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2003 Signature

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  
Old June 8th 06, 09:19 PM posted to microsoft.public.outlook
Sparks
external usenet poster
 
Posts: 10
Default Outlook 2003 Signature

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  
Old June 8th 06, 10:01 PM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2003 Signature

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.






  #7  
Old June 8th 06, 11:49 PM posted to microsoft.public.outlook
Sparks
external usenet poster
 
Posts: 10
Default Outlook 2003 Signature

So could I just name it sig.vbs then run it?

I am not sure of what type of script this is you see :-\

....and why is my Outlook Express not quoting correctly here, it usually
does!



"Sue Mosher [MVP-Outlook]" wrote in message
...
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.








  #8  
Old June 9th 06, 12:00 AM posted to microsoft.public.outlook
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook 2003 Signature

So could I just name it sig.vbs then run it?

Yes, why not try it on a test system?

I am not sure of what type of script this is you see :-\


It's a WMI script.

I recommend not running any script you don't understand.

...and why is my Outlook Express not quoting correctly here, it usually
does!


Ask in an OE group?

--
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

"Sue Mosher [MVP-Outlook]" wrote in message
...
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.

"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!


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 12:35 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.