_SharingItem.Conflicts Property
Return the Conflicts object that represents the items that are in conflict with the SharingItem. 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 _SharingItem
Dim value As Conflicts
value = instance.Conflicts
[DispIdAttribute()]
Conflicts Conflicts { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Conflicts