_MailItem.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
<DispIdAttribute()> _
ReadOnly Property Conflicts As Conflicts
Get
'Usage
Dim instance As _MailItem
Dim value As Conflicts
value = instance.Conflicts
[DispIdAttribute()]
Conflicts Conflicts { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Conflicts