Conflict Interface
Represents an Outlook item that is in conflict with another Outlook item.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<GuidAttribute("000630C3-0000-0000-C000-000000000046")> _
<TypeLibTypeAttribute()> _
Public Interface Conflict
'Usage
Dim instance As Conflict
[GuidAttribute("000630C3-0000-0000-C000-000000000046")]
[TypeLibTypeAttribute()]
public interface Conflict
Remarks
Each Outlook item has a Conflicts collection object associated with it that represents all the items that are in conflict with that item.
Use the Item property (this in C#) to retrieve a particular Conflict object from the Conflicts collection object, for example: