View Single Post
  #2  
Old July 3rd 07, 05:30 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default script to create signatures to all users

All signatures in Outlook are read from the contents of the C:\Documents and
Settings\USERNAME\Application Data\Microsoft\Signatures folder. So just
create your .html file and store it in there.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Nile" wrote:

Hi,

How can I create signature for all our users once they login?

I have HTML file that sets the CSS and fonts, I want to use this file in a
script and create signatures in outlook 2003.

We are using windows 2003 AD, outlook 2003/2007 and XP pro.
I am already using a script that gets all my AD user info and create
signature using Word, but my manager wants to use HTML code that he designed.

So can we create a script that uses HTML to produce Signature?

Many thanks

Ads