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 and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Installing stationery



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old August 18th 06, 01:52 AM posted to microsoft.public.outlook,microsoft.public.outlook.general,microsoft.public.outlook.program_vba
John
external usenet poster
 
Posts: 135
Default Installing stationery

Hi

I have custom stationery in the form of an html file. I need to send it to a
client and need to give them an easy way to install on each pc. Is there a
way I can do this such as send them a batch file or script that when run
automatically copies the html file in the current user's stationery folder
and if possible also set it to be the current stationery in outlook?

Thanks

Regards


  #2  
Old August 18th 06, 06:09 PM posted to microsoft.public.outlook,microsoft.public.outlook.general,microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Installing stationery

It's certainly possible, but decidedly non-trivial to automatically deploy a
signature to another user's Outlook profile and copy the signature file to
the correct location.

First, all signatures are stored in the C:\Documents and
Settings\username\Application Data\Microsoft\Signatures folder. So you'd
need to know or retrieve in code the Windows account name of the currently
logged on user in order to batch deploy and .rtf, .htm or .txt signature
files.

Secondly, there is some sample code that illustrates how to designate a
particular signature as the default:

OutlookCode.com :: Outlook Code Samples :: Outlook Expert Techniques :: Set
email account signature in Outlook 2003:
http://www.outlookcode.com/codedetail.aspx?id=821

However, you'd still need to implement this code into a distributable and
generic enough solution for installation or execution on another PC. This
last requirement would pretty much kill your goal as it would be far too much
effort. Best to attach the signature to an e-mail and instruct the user how
to change the default signature through Outlook settings.

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


"John" wrote:

Hi

I have custom stationery in the form of an html file. I need to send it to a
client and need to give them an easy way to install on each pc. Is there a
way I can do this such as send them a batch file or script that when run
automatically copies the html file in the current user's stationery folder
and if possible also set it to be the current stationery in outlook?

Thanks

Regards



 




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
Installing stationery John Outlook - General Queries 1 August 18th 06 06:09 PM
STationery Al Outlook - Installation 1 June 30th 06 08:36 PM
mailto vs stationery Giorgio Outlook Express 7 June 20th 06 02:53 PM
Stationery and Attachments Bill Outlook - General Queries 4 May 1st 06 10:26 PM
New Stationery for Outlook 2003 Jonathan Outlook - General Queries 3 January 23rd 06 01:21 PM


All times are GMT +1. The time now is 08:24 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.