SyncFolderResult
Contents
[
Hide
]SyncFolderResult class
Result for SyncFolder operation
Constructors
| Name | Description |
|---|---|
| SyncFolderResult | Initializes a new instance of the SyncFolderResult class |
Methods
| Name | Description |
|---|---|
| get_ChangedFolders | Collection of changed subfolders in the specified folder. |
| get_ChangedItems | Collection of changed items in the specified folder. |
| get_DeletedFolders | The array of subfolders in the specified folder that have been deleted. |
| get_DeletedItems | The array of items that have been deleted. |
| get_NewFolders | Collection of new subfolders in the specified folder. |
| get_NewItems | Collection of new items in the specified folder. |
| get_ReadFlagChanged | Collection of pairs of item uri and read-flag for items whose ‘read’ flag has been changed. |
| get_SyncObject | Synchronization object for next synchronization operation. |
| set_ChangedFolders | Collection of changed subfolders in the specified folder. |
| set_ChangedItems | Collection of changed items in the specified folder. |
| set_DeletedFolders | The array of subfolders in the specified folder that have been deleted. |
| set_DeletedItems | The array of items that have been deleted. |
| set_NewFolders | Collection of new subfolders in the specified folder. |
| set_NewItems | Collection of new items in the specified folder. |
| set_ReadFlagChanged | Collection of pairs of item uri and read-flag for items whose ‘read’ flag has been changed. |
| set_SyncObject | Synchronization object for next synchronization operation. |
| Aspose::Email::Clients::Exchange::WebService::Implementation::Folders::Sync::Helpers::SyncFolderProcessor |