Skip to content

Commit 66c4443

Browse files
authored
Update Set-Mailbox.md
The parameters "MessageCopyForSendOnBehalfOfEnabled" and "MessageCopyForSentAsEnabled" currently do not specify that they are available on for Shared Mailboxes, misleading customers and engineers when they're trying to manipulate this behavior.
1 parent 3b6fb69 commit 66c4443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4221,7 +4221,7 @@ 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. Valid values are:
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:
42254225

42264226
- $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.
42274227

@@ -4242,7 +4242,7 @@ Accept wildcard characters: False
42424242
```
42434243

42444244
### -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. Valid values are:
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:
42464246

42474247
- $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.
42484248

0 commit comments

Comments
 (0)