Skip to content

Commit 0b207ce

Browse files
authored
Update Set-Mailbox.md
Updates to MessageCopyForSendOnBehalfEnable and MessageCopyForSentAsEnable parameters to indicate user mailboxes and shared mailboxes per Issue #1337.
1 parent 72baa3b commit 0b207ce

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4227,13 +4227,13 @@ Accept wildcard characters: False
42274227
```
42284228
42294229
### -MessageCopyForSendOnBehalfEnabled
4230-
**Note**: This parameter is available only for shared mailboxes.
4230+
**Note**: Previously, this parameter was available only for shared mailboxes. In Exchange Online or Exchange 2016 CU6 or later, this parameter is also available for user mailboxes.
42314231
4232-
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:
4232+
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. Valid values are:
42334233
4234-
- $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.
4234+
- $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.
42354235
4236-
- $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.
4236+
- $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.
42374237
42384238
You give users permission to send on behalf of a mailbox by using the GrantSendOnBehalfTo parameter on the mailbox.
42394239
@@ -4250,13 +4250,13 @@ Accept wildcard characters: False
42504250
```
42514251
42524252
### -MessageCopyForSentAsEnabled
4253-
**Note**: This parameter is available only for shared mailboxes.
4253+
**Note**: Previously, this parameter was available only for shared mailboxes. In Exchange Online or Exchange 2016 CU6 or later, this parameter is also available for user mailboxes.
42544254
4255-
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:
4255+
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. Valid values are:
42564256
4257-
- $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.
4257+
- $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.
42584258
4259-
- $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.
4259+
- $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.
42604260
42614261
In Exchange Online, you give a user permission to send as a mailbox by running this command: `Add-RecipientPermission <Mailbox> -AccessRights SendAs -Trustee <User>`.
42624262

0 commit comments

Comments
 (0)