Skip to content

Commit 733176a

Browse files
authored
Update Set-Mailbox.md
1 parent 66c4443 commit 733176a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

exchange/exchange-ps/exchange/mailboxes/Set-Mailbox.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4221,11 +4221,13 @@ Accept wildcard characters: False
42214221
```
42224222

42234223
### -MessageCopyForSendOnBehalfEnabled
4224-
The MessageCopyForSendOnBehalfEnabled parameter specifies whether to copy the sender for messages that are sent from a mailbox by users that have the "send on behalf of" permission. This parameter is available only for shared mailboxes. Valid values are:
4224+
**Note**: This parameter is available only for shared mailboxes.
42254225

4226-
- $true: When a user sends a message from the mailbox by using the "send on behalf of" permission, a copy of the message is sent to the sender's mailbox.
4226+
The MessageCopyForSendOnBehalfEnabled parameter specifies whether to copy the sender for messages that are sent from a shared mailbox by users that have the "send on behalf of" permission. Valid values are:
42274227

4228-
- $false: When a user sends a message from the mailbox by using the "send on behalf of" permission, a copy of the message isn't sent to the sender's mailbox. This is the default value.
4228+
- $true: When a user sends a message from the shared mailbox by using the "send on behalf of" permission, a copy of the message is sent to the sender's mailbox.
4229+
4230+
- $false: When a user sends a message from the shared mailbox by using the "send on behalf of" permission, a copy of the message isn't sent to the sender's mailbox. This is the default value.
42294231

42304232
You give users permission to send on behalf of a mailbox by using the GrantSendOnBehalfTo parameter on the mailbox.
42314233

@@ -4242,15 +4244,17 @@ Accept wildcard characters: False
42424244
```
42434245

42444246
### -MessageCopyForSentAsEnabled
4245-
The MessageCopyForSentAsEnabled parameter specifies whether to copy the sender for messages that are sent from a mailbox by users that have the "send as" permission. This parameter is available only for shared mailboxes. Valid values are:
4247+
**Note**: This parameter is available only for shared mailboxes.
4248+
4249+
The MessageCopyForSentAsEnabled parameter specifies whether to copy the sender for messages that are sent from a shared mailbox by users that have the "send as" permission. Valid values are:
42464250

4247-
- $true: When a user sends a message from the mailbox by using the "send as" permission, a copy of the message is sent to the sender's mailbox.
4251+
- $true: When a user sends a message from the shared mailbox by using the "send as" permission, a copy of the message is sent to the sender's mailbox.
42484252

4249-
- $false: When a user sends a message from the mailbox by using the "send as" permission, a copy of the message isn't sent to the sender's mailbox. This is the default value.
4253+
- $false: When a user sends a message from the shared mailbox by using the "send as" permission, a copy of the message isn't sent to the sender's mailbox. This is the default value.
42504254

4251-
In Exchange Online, you give a user permission to send as a mailbox by running this command: Add-RecipientPermission \<Mailbox\> -AccessRights SendAs -Trustee \<User\>.
4255+
In Exchange Online, you give a user permission to send as a mailbox by running this command: `Add-RecipientPermission <Mailbox> -AccessRights SendAs -Trustee <User>`.
42524256

4253-
In on-premises Exchange, you give a user permission to send as a mailbox by running this command: Add-ADPermission \<Mailbox\> -ExtendedRights "Send As" -User \<User\>.
4257+
In on-premises Exchange, you give a user permission to send as a mailbox by running this command: `Add-ADPermission <Mailbox> -ExtendedRights "Send As" -User <User>`.
42544258

42554259
```yaml
42564260
Type: $true | $false

0 commit comments

Comments
 (0)