Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.28 KB

Outlook.ContactItem.AutoResolvedWinner.md

File metadata and controls

38 lines (22 loc) · 1.28 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
ContactItem.AutoResolvedWinner property (Outlook)
vbaol11.chm1088
vbaol11.chm1088
Outlook.ContactItem.AutoResolvedWinner
f14ae270-0d3d-5b8c-c85c-9809ba0b82fa
06/08/2017
medium

ContactItem.AutoResolvedWinner property (Outlook)

Returns a Boolean that determines if the item is a winner of an automatic conflict resolution. Read-only.

Syntax

expression. AutoResolvedWinner

expression A variable that represents a ContactItem object.

Remarks

A value of False does not necessarily indicate that the item is a loser of an automatic conflict resolution. The item could be in conflict with another item.

If an item has Conflicts.Count of its ContactItem.Conflicts property greater than zero and if its AutoResolvedWinner property is True, it is a winner of an automatic conflict resolution. On the other hand, if the item is in conflict and has its AutoResolvedWinner property as False, it is a loser in an automatic conflict resolution.

See also

ContactItem Object

[!includeSupport and feedback]