RDOSyncFolderItem object |
RDOSyncFolderItem object represents a changed subfolder (added/modified/deleted).
Returned by:
See RDOFolderSynchronizer for an example.
Derived from: IDispatch |
||
|
||
Properties |
||
|
||
ChangeKey |
String, read-only. Returns the value of the PR_CHANGE_KEY property.
|
|
EntryID |
String, read-only, Returns the value of the entry id (PR_ENTRYID) of the folder.
|
|
Item |
RDOFolder, read-only. Returns the corresponding folder. Note that an exception will be raised for the deleted items (Kind = sikDeleted)
|
|
Kind |
rdoSyncItemKind, Read-only. Returns the kind of the modification. Note that no distinction is made between new and changed items.
sikChanged = 0
|
|
LastModificationTime |
DateTime, read-only. Returns the time of the modification, corresponds to the PR_LAST_MODIFICATION_TIME property.
|
|
SourceKey |
String, read-only. Returns the value of the PR_SOURCE_KEY property uniquely identifying the folder. Also see RDOExchangeStore.GetFolderFromSourceKey
|
|