Conflict object (Outlook)
Represents an Outlook item that is in conflict with another Outlook item.
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 method to retrieve a particular Conflict object from the Conflicts collection object, for example:
Example
The following Visual Basic for Applications (VBA) example retrieves a Conflict object from the Conflicts collection object.
Set myConflictItem = myConflicts.Item(1)
Properties
Name |
---|
Application |
Class |
Item |
Name |
Parent |
Session |
Type |
See also
Outlook Object Model Reference
Support and feedback
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.