Skip to content

Commit 8f96cd6

Browse files
committed
Update NotifySender in New/Set-TransportRule
1 parent e8b0573 commit 8f96cd6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3715,7 +3715,9 @@ The NotifySender parameter specifies an action that notifies the sender when mes
37153715

37163716
For all values except NotifyOnly, you can specify an enhanced status code and a rejection reason by using the RejectMessageEnhancedStatusCode and RejectMessageReasonText parameters. The default enhanced status code is 5.7.1, and the default rejection reason is Delivery not authorized, message refused.
37173717

3718-
If you use this parameter, you also need to specify a condition that looks for sensitive information types in messages by using the MessageContainsDataClassifications parameter. This action is applicable to emails sent by internal users only and external senders will not receive any notifications.
3718+
If you use this parameter, you also need to specify a condition that looks for sensitive information types in messages by using the MessageContainsDataClassifications parameter.
3719+
3720+
This action is applicable to messages sent by internal users only. External senders will not receive notifications.
37193721

37203722
```yaml
37213723
Type: NotifySenderType

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3714,6 +3714,8 @@ For all values except NotifyOnly, you can specify an enhanced status code and a
37143714

37153715
If you use this parameter, you also need to specify a condition that looks for sensitive information types in messages by using the MessageContainsDataClassifications parameter.
37163716

3717+
This action is applicable to messages sent by internal users only. External senders will not receive notifications.
3718+
37173719
```yaml
37183720
Type: NotifySenderType
37193721
Parameter Sets: (All)

0 commit comments

Comments
 (0)