We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97cb4b4 commit 25eefd0Copy full SHA for 25eefd0
exchange/exchange-ps/exchange/New-MailboxImportRequest.md
@@ -482,12 +482,12 @@ Accept wildcard characters: False
482
### -ConflictResolutionOption
483
The ConflictResolutionOption parameter specifies what to do if there are multiple matching messages in the target. Valid values are:
484
485
-- ForceCopy
+- ForceCopy (not available in Exchange Server 2013.)
486
- KeepAll
487
- KeepLatestItem
488
- KeepSourceItem (This is the default value.)
489
-- KeepTargetItem
490
-- UpdateFromSource
+- KeepTargetItem (not available in Exchange Server 2013.)
+- UpdateFromSource (not available in Exchange Server 2013.)
491
492
```yaml
493
Type: ConflictResolutionOption
0 commit comments