Skip to content

Commit 2b86c76

Browse files
authored
Merge pull request MicrosoftDocs#7743 from Jehoel/patch-1
Update Set-OrganizationConfig.md - Correcting formatting in `AllowPlusAddressInRecipients`
2 parents fd7d493 + d69536d commit 2b86c76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,8 @@ This parameter is available only in the cloud-based service.
598598

599599
The AllowPlusAddressInRecipients parameter enables or disables dynamic, disposable subaddressing as defined in RFC 5233. Valid values are:
600600

601-
- $true: The plus sign in an email address indicates subaddressing. For example, mail sent to [email protected] is delivered to [email protected]. For customers who enrolled in Exchange Online after September 2020, this is the default value.- $false: The plus sign in an email address is treated as a literal character. For example, mail sent to [email protected] is delivered only if [email protected] is configured as the primary address or a proxy address on an existing recipient. For customers who enrolled in Exchange Online before September 2020, this is the default value.
601+
- $true: The plus sign in an email address indicates subaddressing. For example, mail sent to `[email protected]` is delivered to `[email protected]`. If your Exchange Online organization was created after September 2020, this is the default value.
602+
- $false: The plus sign in an email address is treated as a literal character. For example, mail sent to `[email protected]` is delivered only if `[email protected]` is configured as the primary address or a proxy address on an existing recipient. If your Exchange Online organization was created before before September 2020, this is the default value.
602603

603604
```yaml
604605
Type: Boolean

0 commit comments

Comments
 (0)