Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4050,7 +4050,14 @@ Accept wildcard characters: False

This parameter is available only in the cloud-based service.

{{ Fill RejectDirectSend Description }}
The RejectDirectSend parameter specifies whether to block Direct Send in your organization. Valid values are:

- $true: Direct Send is blocked. Exchange Online rejects anonymous messages sent from your own domain to your organization's mailboxes when the following conditions are met:

• The anonymous incoming messages don't match any Inbound connector.
• The domain in the MAIL FROM address (also known as the `5321.MailFrom` address, P1 sender, or envelope sender) is an accepted domain in your organization.

- $false: Direct Send isn't blocked.

```yaml
Type: Boolean
Expand Down