RDOSyncMessagesCollection object |
RDOSyncMessagesCollection represents the list of changed items (regular or associated) in a folder. Each item is represented by the RDOSyncMessageItem object returned by the Item() method (see below).
Returned by:
RDOFolderSynchronizer.SyncItems, RDOFolderSynchronizer.SyncHiddenItems
See RDOFolderSynchronizer for an example.
Derived from: IDispatch |
||
|
||
Properties |
||
|
||
Count |
integer, read-only. Returns the number of items in the collection.
|
|
SyncData |
String, read-only. Returns the "cookie" to be used next time when calling RDOFolderSynchronizer.SyncItems or RDOFolderSynchronizer.SyncHiddenItems.
|
|
Methods |
||
|
||
Item(Index) |
Returns a sync item (RDOSyncMessageItem) with the given index.
Index - integer, 1 though Count |