_DocumentItem.Conflicts Property

Return the Conflicts object that represents the items that are in conflict for any Outlook item object. Read-only.

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

Syntax

'Declaration
ReadOnly Property Conflicts As Conflicts
    Get
'Usage
Dim instance As _DocumentItem
Dim value As Conflicts

value = instance.Conflicts
Conflicts Conflicts { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.Conflicts

See Also

Reference

_DocumentItem Interface

_DocumentItem Members

Microsoft.Office.Interop.Outlook Namespace