Conflict Object

Microsoft Outlook Visual Basic

Conflict Object

Conflicts Conflict

Represents a Microsoft 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.

Using the Conflict Object

Use the Item method to retrieve a particular Conflict object from the Conflicts collection object, for example:

    Set myConflictItem = myConflicts.Item(1)