You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/New-TransportRule.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2611,7 +2611,7 @@ In on-premises Exchange, this exception is only available on Mailbox servers.
2611
2611
2612
2612
The ExceptIfRecipientDomainIs parameter specifies an exception that looks for recipients with email address in the specified domains. You can specify multiple domains separated by commas.
2613
2613
2614
-
If you want to look for recipient email addresses that contain the specified domain (for example, any subdomain of a domain), use the ExceptIfRecipientAddressMatchesPatterns parameter, and specify the domain by using the syntax '@domain\\.com$'.
2614
+
This exception matches domains and subdomains. For example, "contoso.com" matches both "contoso.com" and "subdomain.contoso.com".
2615
2615
2616
2616
```yaml
2617
2617
Type: Word[]
@@ -2788,7 +2788,7 @@ In on-premises Exchange, this exception is only available on Mailbox servers.
2788
2788
2789
2789
The ExceptIfSenderDomainIs parameter specifies an exception that looks for senders with email address in the specified domains. You can specify multiple domains separated by commas.
2790
2790
2791
-
If you want to look for sender email addresses that contain the specified domain (for example, any subdomain of a domain), use the FromAddressMatchesPatterns parameter, and specify the domain by using the syntax '@domain\\.com$'.
2791
+
This exception matches domains and subdomains. For example, "contoso.com" matches both "contoso.com" and "subdomain.contoso.com".
2792
2792
2793
2793
You can use SenderAddressLocation parameter to specify where to look for the sender's email address (message header, message envelope, or both).
2794
2794
@@ -4025,7 +4025,7 @@ In on-premises Exchange, this condition is only available on Mailbox servers.
4025
4025
4026
4026
The RecipientDomainIs parameter specifies a condition that looks for recipients with email address in the specified domains. You can specify multiple domains separated by commas.
4027
4027
4028
-
If you want to look for recipient email addresses that contain the specified domain (for example, any subdomain of a domain), use the RecipientAddressMatchesPatterns parameter, and specify the domain by using the syntax '@domain\\.com$'.
4028
+
This condition matches domains and subdomains. For example, "contoso.com" matches both "contoso.com" and "subdomain.contoso.com".
4029
4029
4030
4030
```yaml
4031
4031
Type: Word[]
@@ -4482,7 +4482,7 @@ In on-premises Exchange, this condition is only available on Mailbox servers.
4482
4482
4483
4483
The SenderDomainIs parameter specifies a condition that looks for senders with email address in the specified domains. You can specify multiple domains separated by commas.
4484
4484
4485
-
If you want to look for sender email addresses that contain the specified domain (for example, any subdomain of a domain), use the FromAddressMatchesPatterns parameter, and specify the domain by using the syntax '@domain\\.com$'.
4485
+
This condition matches domains and subdomains. For example, "contoso.com" matches both "contoso.com" and "subdomain.contoso.com".
4486
4486
4487
4487
You can use SenderAddressLocation parameter to specify where to look for the sender's email address (message header, message envelope, or both).
0 commit comments