Skip to content

Commit 8686b38

Browse files
authored
Merge pull request #12681 from SeanMSFT/patch-6
Update Set-AcceptedDomain.md
2 parents cf81081 + 26c6fe8 commit 8686b38

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

exchange/exchange-ps/exchange/Set-AcceptedDomain.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,12 @@ Accept wildcard characters: False
307307
### -SendingFromDomainDisabled
308308
This parameter is available only in the cloud-based service.
309309

310-
{{ Fill SendingFromDomainDisabled Description }}
310+
The SendingFromDomainDisabled parameter specifies whether to allow email to be sent from addresses in the domain. Valid values are:
311+
312+
- $true: Email can't be sent from addresses in the domain.
313+
- $false: Email can be sent from addresses in the domain.
314+
315+
A common scenario is addresses in a legacy domain that still need to receive email, but shouldn't be used to send email.
311316

312317
```yaml
313318
Type: Boolean
@@ -325,7 +330,12 @@ Accept wildcard characters: False
325330
### -SendingToDomainDisabled
326331
This parameter is available only in the cloud-based service.
327332

328-
{{ Fill SendingToDomainDisabled Description }}
333+
The SendingToDomainDisabled specifies whether to prevent delivery of messages sent to recipients in the domain. Valid values are:
334+
335+
- $true: Email sent to recipients in the domain is blocked.
336+
- $false: Email sent to recipients in the domain isn't blocked.
337+
338+
A common scenario is to prevent email delivery to recipients in your unused Micorost Online Email Routing Address (MOERA) domain (for example, contoso.onmicrosoft.com).
329339

330340
```yaml
331341
Type: Boolean

0 commit comments

Comments
 (0)