PC Review


Reply
Thread Tools Rate Thread

Change default outgoing message format

 
 
Clang
Guest
Posts: n/a
 
      14th Jan 2009
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
 
Reply With Quote
 
 
 
 
Ken Slovak - [MVP - Outlook]
Guest
Posts: n/a
 
      15th Jan 2009
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


 
Reply With Quote
 
Jasfoster
Guest
Posts: n/a
 
      6th Feb 2009
I have created a Message form and have published it to Personal Forms
Library. When I launch the form and send it another person the only thing
they see in the view panel is my e-mail address.

Is there a way to change the form so that it is the body of the e-mail?

"Ken Slovak - [MVP - Outlook]" wrote:

> 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

>
>

 
Reply With Quote
 
Ken Slovak - [MVP - Outlook]
Guest
Posts: n/a
 
      6th Feb 2009
Another user will see your custom form only if they also publish it. You can
use code to get the Body or HTMLBody of the form you created, or any other
information from your form and use that to create a normal email and put the
information into that new email's Body or HTMLBody.

You could write form code to trap the Send event, cancel it and create a new
email and send it with the information, then discard your open form. That
could also be coded as a VBA macro or a COM Addin.

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


"Jasfoster" <(E-Mail Removed)> wrote in message
news:AB5A5AF2-D672-49B5-8CEB-(E-Mail Removed)...
>I have created a Message form and have published it to Personal Forms
> Library. When I launch the form and send it another person the only thing
> they see in the view panel is my e-mail address.
>
> Is there a way to change the form so that it is the body of the e-mail?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I change the default mail format for message replies? =?Utf-8?B?Q2hyaXM=?= Microsoft Outlook Discussion 68 1st Jun 2010 04:26 PM
Change the Default Message Format for Outlook Application via Inte cursors Microsoft Outlook VBA Programming 1 2nd Oct 2008 02:41 PM
Re: Change the Outlook Default Message Format Vince Averello [MVP-Outlook] Microsoft Outlook Discussion 1 21st Oct 2007 07:58 PM
how i can change default file format Outlook uses to save message =?Utf-8?B?UmFqa3VtYXI=?= Microsoft Outlook 4 25th Apr 2006 08:26 PM
default "plain text" message format when sending files. How to change default? Wim Eising Microsoft Outlook Discussion 5 14th Nov 2005 01:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:43 AM.