AppointmentItem.IsConflict property (Outlook)

Returns a Boolean that determines if the item on the local computer is different from the copy on the server. Read-only.

Syntax

expression. IsConflict

expression A variable that represents an AppointmentItem object.

Remarks

Whether or not an item is in conflict is determined by the state of the application. For example, when a user is offline and tries to access an online folder the action will fail. In this scenario, the IsConflict property will return True.

This property does not indicate whether the appointment item has a time conflict with another appointment in the calendar.

See also

AppointmentItem Object

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.