Skip to content

Commit 47415cb

Browse files
authored
Merge pull request MicrosoftDocs#3935 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents e6adb37 + e6a1be7 commit 47415cb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

exchange/exchange-ps/exchange/antispam-antimalware/Set-HostedOutboundSpamFilterPolicy.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,13 @@ For information about the parameter sets in the Syntax section below, see Exchan
2222

2323
```
2424
Set-HostedOutboundSpamFilterPolicy [-Identity] <HostedOutboundSpamFilterPolicyIdParameter>
25-
[-AdminDisplayName <String>] [-BccSuspiciousOutboundAdditionalRecipients <MultiValuedProperty>]
26-
[-BccSuspiciousOutboundMail <$true | $false>] [-Confirm] [-NotifyOutboundSpam <$true | $false>]
27-
[-NotifyOutboundSpamRecipients <MultiValuedProperty>] [-WhatIf] [<CommonParameters>]
25+
[-AdminDisplayName <String>]
26+
[-BccSuspiciousOutboundAdditionalRecipients <MultiValuedProperty>]
27+
[-BccSuspiciousOutboundMail <$true | $false>]
28+
[-Confirm]
29+
[-NotifyOutboundSpam <$true | $false>]
30+
[-NotifyOutboundSpamRecipients <MultiValuedProperty>]
31+
[-WhatIf] [<CommonParameters>]
2832
```
2933

3034
## DESCRIPTION

0 commit comments

Comments
 (0)