Skip to content

Commit 56223eb

Browse files
authored
Merge pull request MicrosoftDocs#664 from guruxp/patch-1
Update New-MailboxRestoreRequest.md
2 parents 95eeb2f + afaedf0 commit 56223eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/mailboxes/New-MailboxRestoreRequest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,11 @@ Accept wildcard characters: False
227227
### -AssociatedMessagesCopyOption
228228
The AssociatedMessagesCopyOption parameter specifies whether associated messages are copied when the request is processed. Associated messages are special messages that contain hidden data with information about rules, views, and forms. By default, associated messages are copied. This parameter accepts the following values:
229229
230-
- DoNotCopy: The associated messages aren't copied.
230+
- DoNotCopy: The associated messages aren't copied. This is the default option.
231231
232232
- MapByMessageClass: This option finds the corresponding associated message by looking up the MessageClass attribute of the source message. If there's an associated message of this class in both source and target folders, it overwrites the associated message in the target. If there isn't an associated message in the target, it creates a copy in the target.
233233
234-
- Copy: This option copies associated messages from the source to the target. If the same message type exists both in the source and the target location, these associated messages are duplicated. This is the default option.
234+
- Copy: This option copies associated messages from the source to the target. If the same message type exists both in the source and the target location, these associated messages are duplicated.
235235
236236
Content filtering doesn't apply to associated messages.
237237

0 commit comments

Comments
 (0)