Conflicts Interface

Contains a collection of Conflict objects that represent all Microsoft Outlook items that are in conflict with a particular Outlook item.

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

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
<GuidAttribute("000630C2-0000-0000-C000-000000000046")> _
<TypeLibTypeAttribute()> _
Public Interface Conflicts _
    Inherits IEnumerable
'Usage
Dim instance As Conflicts
[DefaultMemberAttribute("Item")]
[GuidAttribute("000630C2-0000-0000-C000-000000000046")]
[TypeLibTypeAttribute()]
public interface Conflicts : IEnumerable

Remarks

Use the Conflicts property of any Outlook item, such as MailItem, to return the Conflicts object.

Use the Count property of the Conflicts object to determine if the item is invloved in a conflict. A non-zero value indicates conflict.

Use the Item property (this in C#)to retrieve a particular conflict item from the Conflicts collection object.

Use the GetFirst, GetNext, GetPrevious, and GetLast methods to traverse the Conflicts collection.

See Also

Reference

Conflicts Members

Microsoft.Office.Interop.Outlook Namespace