Try using the Application_ItemSend event, and remember that your code would need to accommodate all three message formats -- plain text, HTML, and RTF. THere is no simple solution for this. See
http://www.outlookcode.com/d/formatmsg.htm
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Michael" wrote in message ...
Hi,
I have the same problem, but I have to add a disclaimer right on the clients
once they create new mails, answer or forward mails, to avoid S/MIME
signature breaches.
Could you please advise what to do (or problably provide a small code
snippet? ;-) ) on how to achieve that?
I tried to add a signature within the new inspector but it won´t show up,
regardless what I tried.
Any hints would be very helpful.
Thanks in advance,
Michael
"Sue Mosher [MVP-Outlook]" wrote:
Look at server-based solutions. See http://www.slipstick.com/addins/content_control.htm
"Leo" wrote in message ...
Hello,
I'm not included in Exchange administrators group, but all of our users have
to add disclaimer in security statement for outgoing mails.
I would like to add the text at the end of the outgoing mails for all users
at the same time by group policy.
How can I do?