Skip to content

Commit 65921cd

Browse files
authored
Merge pull request MicrosoftDocs#8374 from MicrosoftDocs/chrisda
[ExceptIf]AnyOfRecipientAddress params don't work right in ExO
2 parents dee34a0 + 9961702 commit 65921cd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,8 @@ Accept wildcard characters: False
455455
```
456456

457457
### -AnyOfRecipientAddressContainsWords
458+
**Note**: In the cloud-based service, this parameter behaves the same as the RecipientAddressContainsWords parameter (other recipients in the message are not affected).
459+
458460
This parameter specifies a condition or part of a condition for the rule. The name of the corresponding exception parameter starts with ExceptIf.
459461

460462
In on-premises Exchange, this condition is available on Mailbox servers and Edge Transport servers.
@@ -479,6 +481,8 @@ Accept wildcard characters: False
479481
```
480482

481483
### -AnyOfRecipientAddressMatchesPatterns
484+
**Note**: In the cloud-based service, this parameter behaves the same as the RecipientAddressMatchesPatterns parameter (other recipients in the message are not affected).
485+
482486
This parameter specifies a condition or part of a condition for the rule. The name of the corresponding exception parameter starts with ExceptIf.
483487

484488
In on-premises Exchange, this condition is available on Mailbox servers and Edge Transport servers.
@@ -1469,6 +1473,8 @@ Accept wildcard characters: False
14691473
```
14701474

14711475
### -ExceptIfAnyOfRecipientAddressContainsWords
1476+
**Note**: In the cloud-based service, this parameter behaves the same as the ExceptIfRecipientAddressContainsWords parameter (other recipients in the message are not affected).
1477+
14721478
This parameter specifies an exception or part of an exception for the rule. The name of the corresponding condition doesn't include the ExceptIf prefix.
14731479

14741480
In on-premises Exchange, this exception is available on Mailbox servers and Edge Transport servers.
@@ -1493,6 +1499,8 @@ Accept wildcard characters: False
14931499
```
14941500

14951501
### -ExceptIfAnyOfRecipientAddressMatchesPatterns
1502+
**Note**: In the cloud-based service, this parameter behaves the same as the ExceptIfRecipientAddressMatchesPatterns parameter (other recipients in the message are not affected).
1503+
14961504
This parameter specifies an exception or part of an exception for the rule. The name of the corresponding condition doesn't include the ExceptIf prefix.
14971505

14981506
In on-premises Exchange, this exception is available on Mailbox servers and Edge Transport servers.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,8 @@ Accept wildcard characters: False
457457
```
458458

459459
### -AnyOfRecipientAddressContainsWords
460+
**Note**: In the cloud-based service, this parameter behaves the same as the RecipientAddressContainsWords parameter (other recipients in the message are not affected).
461+
460462
This parameter specifies a condition or part of a condition for the rule. The name of the corresponding exception parameter starts with ExceptIf.
461463

462464
In on-premises Exchange, this condition is available on Mailbox servers and Edge Transport servers.
@@ -481,6 +483,8 @@ Accept wildcard characters: False
481483
```
482484

483485
### -AnyOfRecipientAddressMatchesPatterns
486+
**Note**: In the cloud-based service, this parameter behaves the same as the RecipientAddressMatchesPatterns parameter (other recipients in the message are not affected).
487+
484488
This parameter specifies a condition or part of a condition for the rule. The name of the corresponding exception parameter starts with ExceptIf.
485489

486490
In on-premises Exchange, this condition is available on Mailbox servers and Edge Transport servers.
@@ -1450,6 +1454,8 @@ Accept wildcard characters: False
14501454
```
14511455

14521456
### -ExceptIfAnyOfRecipientAddressContainsWords
1457+
**Note**: In the cloud-based service, this parameter behaves the same as the ExceptIfRecipientAddressContainsWords parameter (other recipients in the message are not affected).
1458+
14531459
This parameter specifies an exception or part of an exception for the rule. The name of the corresponding condition doesn't include the ExceptIf prefix.
14541460

14551461
In on-premises Exchange, this exception is available on Mailbox servers and Edge Transport servers.
@@ -1474,6 +1480,8 @@ Accept wildcard characters: False
14741480
```
14751481

14761482
### -ExceptIfAnyOfRecipientAddressMatchesPatterns
1483+
**Note**: In the cloud-based service, this parameter behaves the same as the ExceptIfRecipientAddressMatchesPatterns parameter (other recipients in the message are not affected).
1484+
14771485
This parameter specifies an exception or part of an exception for the rule. The name of the corresponding condition doesn't include the ExceptIf prefix.
14781486

14791487
In on-premises Exchange, this exception is available on Mailbox servers and Edge Transport servers.

0 commit comments

Comments
 (0)