Skip to content

Commit a9d7852

Browse files
authored
Merge pull request MicrosoftDocs#11213 from Inderjeetsinghjaggi/patch-1
Update Set-MailboxMessageConfiguration.md
2 parents f953a3f + 1c175f7 commit a9d7852

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

exchange/exchange-ps/exchange/Set-MailboxMessageConfiguration.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ Accept wildcard characters: False
194194
```
195195
196196
### -AutoAddSignature
197+
**Note**: This parameter doesn't work if the Outlook roaming signatures feature is enabled in your could-based organization. Admins can now temporarily disable roaming signatures without opening a support ticket by using the PostponeRoamingSignaturesUntilLater parameter on the Set-OrganizationConfig cmdlet.
198+
197199
The AutoAddSignature parameter specifies whether to automatically add signatures to new email messages created in Outlook on the web. Valid values are:
198200
199201
- $true: Email signatures are automatically added to new messages.
@@ -215,6 +217,8 @@ Accept wildcard characters: False
215217
```
216218
217219
### -AutoAddSignatureOnMobile
220+
**Note**: This parameter doesn't work if the Outlook roaming signatures feature is enabled in your could-based organization. Admins can now temporarily disable roaming signatures without opening a support ticket by using the PostponeRoamingSignaturesUntilLater parameter on the Set-OrganizationConfig cmdlet.
221+
218222
The AutoAddSignatureOnMobile parameter automatically adds the signature specified by the SignatureTextOnMobile parameter to messages when the user creates messages in Outlook on the web for devices.
219223
220224
Valid input for this parameter is $true or $false. The default value is $false.
@@ -1120,7 +1124,7 @@ Accept wildcard characters: False
11201124
```
11211125

11221126
### -SignatureHtml
1123-
**Note**: This parameter doesn't work if the Outlook roaming signatures feature is enabled in your organization. Currently, the only way to make this parameter work again is to open a support ticket and ask to have Outlook roaming signatures disabled in your organization.
1127+
**Note**: This parameter doesn't work if the Outlook roaming signatures feature is enabled in your could-based organization. Admins can now temporarily disable roaming signatures without opening a support ticket by using the PostponeRoamingSignaturesUntilLater parameter on the Set-OrganizationConfig cmdlet.
11241128

11251129
The SignatureHtml parameter specifies the email signature that's available to the user in HTML-formatted messages in Outlook on the web. You can use plain text or text with HTML tags. However, any JavaScript code is removed.
11261130

@@ -1140,6 +1144,8 @@ Accept wildcard characters: False
11401144
```
11411145

11421146
### -SignatureText
1147+
**Note**: This parameter doesn't work if the Outlook roaming signatures feature is enabled in your could-based organization. Admins can now temporarily disable roaming signatures without opening a support ticket by using the PostponeRoamingSignaturesUntilLater parameter on the Set-OrganizationConfig cmdlet.
1148+
11431149
The SignatureText parameter specifies the email signature that's available to the user in plain text messages in Outlook on the web. This parameter supports all Unicode characters.
11441150

11451151
To automatically add the email signature to plain text messages created by the user in Outlook on the web, the AutoAddSignature parameter must be set to the value $true.
@@ -1158,6 +1164,8 @@ Accept wildcard characters: False
11581164
```
11591165

11601166
### -SignatureTextOnMobile
1167+
**Note**: This parameter doesn't work if the Outlook roaming signatures feature is enabled in your could-based organization. Admins can now temporarily disable roaming signatures without opening a support ticket by using the PostponeRoamingSignaturesUntilLater parameter on the Set-OrganizationConfig cmdlet.
1168+
11611169
The SignatureTextOnMobile parameter specifies the email signature that's available in messages created by the user in Outlook on the web for devices. This parameter supports all Unicode characters.
11621170

11631171
To automatically add the email signature to messages created by the user in Outlook on the web for devices, the AutoAddSignatureOnMobile parameter must be set to the value $true.

0 commit comments

Comments
 (0)