AppointmentItem.IsConflict Property

Outlook Developer Reference

Returns a Boolean that determines if the item is in conflict. 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.

If True, the specified item is in conflict.

See Also