If you are writing Outlook code it must be installed on all desktops running
Outlook. Something like that should not be done as Outlook macros. For
deployment it really should be an Outlook COM addin. Whether you install
that on all desktops using SMS or a logon script or whatever is up to you.
A better solution for that sort of thing would be if you use Exchange server
to write a sink that traps all outgoing messages from Exchange and adds the
disclaimer then. That means only 1 deployment, although it would be
server-side code.
Search at
www.outlookcode.com on "disclaimer' to see various approaches to
this.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"Clang" <(E-Mail Removed)> wrote in message
news:456B3A42-9E61-4404-99F1-(E-Mail Removed)...
> Using Outlook 2003 - I want to permanently add a disclaimer to all
> outgoing
> e-mail messages company wide. I can do this on each individual computer
> but
> I would rather have a way to implement this change on all the current
> computers at one time and also then have all new computers automatically
> pick
> up this change. Is there a way to do this? Or does it have to be done
> computer by computer?
>
> Thanks for your help