Skip to content

Commit 61a5a60

Browse files
authored
Merge pull request #10987 from MicrosoftDocs/chrisda
Removed Replace from Action param.
2 parents a5a9b6c + 4811828 commit 61a5a60

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

exchange/exchange-ps/exchange/New-SafeAttachmentPolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ The Action parameter specifies the action for the safe attachment policy. Valid
8282
8383
- Allow: Deliver the message if malware is detected in the attachment and track scanning results. This value corresponds to **Monitor** for the **Safe Attachments unknown malware response** property of the policy in the admin center.
8484
- Block: Block the email message that contains the malware attachment. This is the default value.
85-
- Replace: Deliver the email message, but remove the malware attachment and replace it with warning text. This action will be deprecated. For more information, see [MC424901](https://admin.microsoft.com/AdminPortal/Home#/MessageCenter/:/messages/MC424901).
8685
- DynamicDelivery: Deliver the email message with a placeholder for each email attachment. The placeholder remains until a copy of the attachment is scanned and determined to be safe. For more information, see [Dynamic Delivery in Safe Attachments policies](https://learn.microsoft.com/microsoft-365/security/office-365-security/safe-attachments-about#dynamic-delivery-in-safe-attachments-policies).
8786
8887
The value of this parameter is meaningful only if the value of the Enable parameter is also $true (the default value is $false).

exchange/exchange-ps/exchange/Set-SafeAttachmentPolicy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ The Action parameter specifies the action for the safe attachment policy. Valid
7979
8080
- Allow: Deliver the message if malware is detected in the attachment and track scanning results. This value corresponds to **Monitor** for the **Safe Attachments unknown malware response** property of the policy in the admin center.
8181
- Block: Block the email message that contains the malware attachment. This is the default value.
82-
- Replace: Deliver the email message, but remove the malware attachment and replace it with warning text. This action will be deprecated. For more information, see [MC424901](https://admin.microsoft.com/AdminPortal/Home#/MessageCenter/:/messages/MC424901).
8382
- DynamicDelivery: Deliver the email message with a placeholder for each email attachment. The placeholder remains until a copy of the attachment is scanned and determined to be safe. For more information, see [Dynamic Delivery in Safe Attachments policies](https://learn.microsoft.com/microsoft-365/security/office-365-security/safe-attachments-about#dynamic-delivery-in-safe-attachments-policies).
8483
8584
The value of this parameter is meaningful only if the value of the Enable parameter is also $true (the default value is $false).

0 commit comments

Comments
 (0)