Share via


_NoteItem.IsConflict Property

Returns a Boolean (bool in C#) that determines if the item is in conflict. Read-only.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
ReadOnly Property IsConflict As Boolean
    Get
'Usage
Dim instance As _NoteItem
Dim value As Boolean

value = instance.IsConflict
bool IsConflict { get; }

Property Value

Type: System.Boolean

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

Reference

_NoteItem Interface

_NoteItem Members

Microsoft.Office.Interop.Outlook Namespace