_AppointmentItem.AutoResolvedWinner Property

Returns a Boolean (bool in C#) that determines if the item is a winner of an automatic conflict resolution. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property AutoResolvedWinner As Boolean
    Get
'Usage
Dim instance As _AppointmentItem
Dim value As Boolean

value = instance.AutoResolvedWinner
[DispIdAttribute()]
bool AutoResolvedWinner { get; }

Property Value

Type: System.Boolean

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 _AppointmentItem.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

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace