Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 959 Bytes

Outlook.DistListItem.IsConflict.md

File metadata and controls

38 lines (22 loc) · 959 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DistListItem.IsConflict property (Outlook)
vbaol11.chm1163
vbaol11.chm1163
Outlook.DistListItem.IsConflict
3c1417a8-6609-c715-04f1-625ea733134c
06/08/2017
medium

DistListItem.IsConflict property (Outlook)

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

Syntax

expression. IsConflict

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

DistListItem Object

[!includeSupport and feedback]