RDOConflict object |
RDOConflict object represents a message that is in conflict with another message. Each RDOMail object has a Conflicts collection object associated with it that represents all the items that are in conflict with that item.
Returned by:
RDOConflicts.Item
Derived from: IDispatch |
||
|
||
Properties |
||
|
||
EntryID |
String, read-only. Returns a hex representation of the entry id of the item in conflict with the parent message.
|
|
Item |
RDOMail, read-only. Returns the item in conflict with the parent message.
|
|
Name |
String, read-only. Returns the name (subject) of the item in conflict with the parent message. |
|