Conflict object (Outlook)
Represents an Outlook item that is in conflict with another Outlook item.
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 method to retrieve a particular Conflict object from the Conflicts collection object, for example:
The following Visual Basic for Applications (VBA) example retrieves a Conflict object from the Conflicts collection object.
Set myConflictItem = myConflicts.Item(1)
Outlook Object Model Reference
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.