Conflict Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an Outlook item that is in conflict with another Outlook item.
public interface class Conflict
[System.Runtime.InteropServices.Guid("000630C3-0000-0000-C000-000000000046")]
public interface Conflict
Public Interface Conflict
- Attributes
Remarks
Each Outlook item has a Conflicts collection object associated with it that represents all the items that are in conflict with that item.
Use the Item[Object] property (this in C#) to retrieve a particular Conflict object from the Conflicts collection object, for example:
Properties
Application |
Returns an Application object that represents the parent Outlook application for the object. Read-only. |
Class |
Returns an OlObjectClass constant indicating the object's class. Read-only. |
Item |
Returns an Object corresponding to the specified Outlook item. Read-only. |
Name |
Returns a String (string in C#) value that represents the display name for the object. Read-only. |
Parent |
Returns the parent Object of the specified object. Read-only. |
Session |
Returns the NameSpace object for the current session. Read-only. |
Type |
Returns an OlObjectClass constant indicating the type of item represented by the Conflict object. Read-only. |