Hi All,
Exchange 2010 has the capability based on transport rules to add AD attributes such as:
DisplayName
, FirstName
, LastName
, Department
, and Company to the Disclaimer.
You can configure Transport Rule to prepend (add the disclaimer before Text) or append the disclaimer (add the disclaimer after text)
Below is the example of HTML from Microsoft Site:
http://technet.microsoft.com/en-us/library/bb124352.aspx
----------------------------------------------------------------------------
div style="font-size:9pt; font-family: 'Calibri',sans-serif;">
%%displayname%%</br>
%%title%%</br>
%%company%%</br>
%%street%%</br>
%%city%%, %%state%% %%zipcode%%</div>
</br>
<div style="background-color:#D5EAFF; border:1px dotted #003333; padding:.8em; ">
<div><img alt="Fabrikam" src="http://fabrikam.com/images/fabrikamlogo.png"></div>
<span style="font-size:12pt; font-family: 'Cambria','times new roman','garamond',serif; color:#ff0000;">HTML Disclaimer Title</span></br>
<p style="font-size:8pt; line-height:10pt; font-family: 'Cambria','times roman',serif;">This message contains confidential information and is intended only for the individual(s) addressed in the message. If you are not the named addressee, you should not disseminate, distribute, or copy this e-mail. If you are not the intended recipient, you are notified that disclosing, distributing, or copying this e-mail is strictly prohibited. </p>
<span style="padding-top:10px; font-weight:bold; color:#CC0000; font-size:10pt; font-family: 'Calibri',Arial,sans-serif; "><a href="http://www.fabrikam.com">Fabrikam, Inc. </a></span></br></br>
</div>
----------------------------------------------------------------------------------------
I love the way Microsoft is developing Exchange & adding on more features with every new Version.