RDOSyncFoldersCollection object |
RDOSyncFoldersCollection represents the list of changed subfolders in a folder. Each subfolder is represented by the RDOSyncFolderItem object returned by the Item() method (see below).
Returned by:
RDOFolderSynchronizer.SyncFolders
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.SyncFolders
|
|
Methods |
||
|
||
Item(Index) |
Returns a sync item (RDOSyncFolderItem) with the given index.
Index - integer, 1 though Count |