vote up 0 vote down star

Hi,

I need to automatically add text to emails sent by users. The text CANNOT be added as a signature in outlook, but has to be added after the users click 'send' in outlook. My company uses Microsoft Exchange Server.

Any ideas?

Thanks!

flag

2 Answers

vote up 5 vote down

If this is Exchange Server 2007 you can add a thing called a Transport Rule (in the Exchange Management Console) to do this. What you're looking for is called a "disclaimer" since most companies do this so that they can add a legal disclaimer to the bottom of outgoing email.

link|flag
vote up 0 vote down

I would expect that this could be done with a Microsoft Outlook add-in if you have access to be able to distribute such things. Adding it as an addin at the client level may be easier than adding something to the server, and would certainly be less likely to cause problems with the server itself.

If memory serves, Visual Studio allows you the ability to create Microsoft Office addins.

Here's a link to an MSDN article about programming for Outlook 2003 in C# http://msdn.microsoft.com/en-us/library/aa289167.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.