SyncFolderResult

SyncFolderResult class

Result for SyncFolder operation

Constructors

NameDescription
SyncFolderResultInitializes a new instance of the SyncFolderResult class

Methods

NameDescription
get_ChangedFoldersCollection of changed subfolders in the specified folder.
get_ChangedItemsCollection of changed items in the specified folder.
get_DeletedFoldersThe array of subfolders in the specified folder that have been deleted.
get_DeletedItemsThe array of items that have been deleted.
get_NewFoldersCollection of new subfolders in the specified folder.
get_NewItemsCollection of new items in the specified folder.
get_ReadFlagChangedCollection of pairs of item uri and read-flag for items whose ‘read’ flag has been changed.
get_SyncObjectSynchronization object for next synchronization operation.
set_ChangedFoldersCollection of changed subfolders in the specified folder.
set_ChangedItemsCollection of changed items in the specified folder.
set_DeletedFoldersThe array of subfolders in the specified folder that have been deleted.
set_DeletedItemsThe array of items that have been deleted.
set_NewFoldersCollection of new subfolders in the specified folder.
set_NewItemsCollection of new items in the specified folder.
set_ReadFlagChangedCollection of pairs of item uri and read-flag for items whose ‘read’ flag has been changed.
set_SyncObjectSynchronization object for next synchronization operation.
Aspose::Email::Clients::Exchange::WebService::Implementation::Folders::Sync::Helpers::SyncFolderProcessor