在签名中添加用户phone ext - Exchange 2010服务器

问题描述:

我在哪里以及如何将用户手机分机放入签名中 所以当收到和发送电子邮件时 用户电话号码,他们的分机号码在他们的签名中。


where and how do i put users phone ext in the signature  so when e-mail received and sent  the users telephone no and their ext number is in their signature.

您可以使用动态Html代码创建传输规则,如下所示:

You may create a Transport rule with dynamic Html code as follows:

New-TransportRule -Name 'Signature' -Comments '' -Priority '0' -Enabled


True -From'Email地址'-ApplyHtmlDisclaimerLocation'追加'-ApplyHtmlDisclaimerText'%% FirstName %%' - ApplyHtmlDisclaimerFallbackAction'Wrap'
True -From 'Email Address' -ApplyHtmlDisclaimerLocation 'Append' -ApplyHtmlDisclaimerText '%%FirstName%%' --ApplyHtmlDisclaimerFallbackAction 'Wrap'




这将附加电话号码作为签名到规则中设置的单个用户。同样,您可以尝试其他AD属性,如名字,显示名称等,也可以尝试组



This will append the Phone Number as a signature to a single user set in the rule. Similarly, you may try other AD attributes also like First Name, Display Name etc. and also to groups