Skip to content

Commit d77d26e

Browse files
committed
Disclaimer tokens
Issue #10710
1 parent 2785086 commit d77d26e

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

exchange/exchange-ps/exchange/New-TransportRule.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,34 @@ In on-premises Exchange, this action is only available on Mailbox servers.
719719

720720
The ApplyHtmlDisclaimerText parameter specifies an action that adds the disclaimer text to messages. Disclaimer text can include HTML tags and inline cascading style sheet (CSS) tags. You can add images using the IMG tag.
721721

722+
This parameter also supports the following tokens that use values from the sender:
723+
724+
- %%City%%
725+
- %%Company%%
726+
- %%CountryOrRegion%%
727+
- %%Department%%
728+
- %%DisplayName%%
729+
- %%Fax%%
730+
- %%FirstName%%
731+
- %%HomePhone%%
732+
- %%Initials%%
733+
- %%LastName%%
734+
- %%Manager%%
735+
- %%MobilePhone%%
736+
- %%Notes%%
737+
- %%Office%%
738+
- %%Pager%%
739+
- %%Phone%%
740+
- %%PostalCode%%
741+
- %%PostOfficeBox%%
742+
- %%StateOrProvince%%
743+
- %%StreetAddress%%
744+
- %%Title%%
745+
- %%UserPrincipalName%%
746+
- %%WindowsEmailAddress%%
747+
748+
The maximum number of characters is 5000.
749+
722750
You use the ApplyHtmlDisclaimerLocation parameter to specify where to insert the text in the message body (the default value is Append), and the ApplyHtmlDisclaimerFallbackAction parameter to specify what to do if the disclaimer can't be added to the message (the default value is Wrap).
723751

724752
```yaml

exchange/exchange-ps/exchange/Set-TransportRule.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -719,6 +719,34 @@ In on-premises Exchange, this action is only available on Mailbox servers.
719719

720720
The ApplyHtmlDisclaimerText parameter specifies an action that adds the disclaimer text to messages. Disclaimer text can include HTML tags and inline cascading style sheet (CSS) tags. You can add images using the IMG tag.
721721

722+
This parameter also supports the following tokens that use values from the sender:
723+
724+
- %%City%%
725+
- %%Company%%
726+
- %%CountryOrRegion%%
727+
- %%Department%%
728+
- %%DisplayName%%
729+
- %%Fax%%
730+
- %%FirstName%%
731+
- %%HomePhone%%
732+
- %%Initials%%
733+
- %%LastName%%
734+
- %%Manager%%
735+
- %%MobilePhone%%
736+
- %%Notes%%
737+
- %%Office%%
738+
- %%Pager%%
739+
- %%Phone%%
740+
- %%PostalCode%%
741+
- %%PostOfficeBox%%
742+
- %%StateOrProvince%%
743+
- %%StreetAddress%%
744+
- %%Title%%
745+
- %%UserPrincipalName%%
746+
- %%WindowsEmailAddress%%
747+
748+
The maximum number of characters is 5000.
749+
722750
You use the ApplyHtmlDisclaimerLocation parameter to specify where to insert the text in the message body (the default value is Append), and the ApplyHtmlDisclaimerFallbackAction parameter to specify what to do if the disclaimer can't be added to the message (the default value is Wrap).
723751

724752
```yaml

0 commit comments

Comments
 (0)