Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update New-MailboxImportRequest.md
  • Loading branch information
chrisda authored Jan 12, 2021
commit 814b16971be2f00e7e5077172ba3351c17566a38
8 changes: 4 additions & 4 deletions exchange/exchange-ps/exchange/New-MailboxImportRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,12 +482,12 @@ Accept wildcard characters: False
### -ConflictResolutionOption
The ConflictResolutionOption parameter specifies what to do if there are multiple matching messages in the target. Valid values are:

- ForceCopy (not available in Exchange Server 2013.)
- ForceCopy (Exchange 2016 or later)
- KeepAll
- KeepLatestItem
- KeepSourceItem (This is the default value.)
- KeepTargetItem (not available in Exchange Server 2013.)
- UpdateFromSource (not available in Exchange Server 2013.)
- KeepSourceItem (This is the default value)
- KeepTargetItem (Exchage 2016 or later)
- UpdateFromSource (Exchange 2016 or later)

```yaml
Type: ConflictResolutionOption
Expand Down