Share via


SharingItem.IsConflict Property

Outlook Developer Reference

Returns a Boolean that determines if the SharingItem is in conflict. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.IsConflict

expression   A variable that represents a SharingItem 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