Synchronization object for folder synchronization operation. More...
Inherits Object.
Public Member Functions | |
| System::String | get_FolderUri () const |
| The folder uri to synchronize More... | |
| void | set_FolderUri (System::String value) |
| The folder uri to synchronize More... | |
| System::String | get_ItemsSyncState () const |
| Synchronization state for next items synchronization operation. More... | |
| void | set_ItemsSyncState (System::String value) |
| Synchronization state for next items synchronization operation. More... | |
| System::String | get_FoldersSyncState () const |
| Synchronization state for next subfolders synchronization operation. More... | |
| void | set_FoldersSyncState (System::String value) |
| Synchronization state for next subfolders synchronization operation. More... | |
| System::SharedPtr< System::Collections::Generic::ListExt< System::String > > | get_IgnoredItems () const |
| The optional list of item uris that should be ignored. More... | |
| SyncFolderType | get_SyncType () const |
| Folder synchronization type More... | |
| void | set_SyncType (SyncFolderType value) |
| Folder synchronization type More... | |
| SyncState () | |
| Initializes a new instance of the SyncState class More... | |
| SyncState (System::String folderUri) | |
| Initializes a new instance of the SyncState class More... | |
Synchronization object for folder synchronization operation.
| Aspose::Email::Clients::Exchange::WebService::SyncState::SyncState | ( | ) |
Initializes a new instance of the SyncState class
| Aspose::Email::Clients::Exchange::WebService::SyncState::SyncState | ( | System::String | folderUri | ) |
Initializes a new instance of the SyncState class
| folderUri | The folder uri to synchronize |
| System::String Aspose::Email::Clients::Exchange::WebService::SyncState::get_FoldersSyncState | ( | ) | const |
Synchronization state for next subfolders synchronization operation.
| System::String Aspose::Email::Clients::Exchange::WebService::SyncState::get_FolderUri | ( | ) | const |
The folder uri to synchronize
| System::SharedPtr<System::Collections::Generic::ListExt<System::String> > Aspose::Email::Clients::Exchange::WebService::SyncState::get_IgnoredItems | ( | ) | const |
The optional list of item uris that should be ignored.
| System::String Aspose::Email::Clients::Exchange::WebService::SyncState::get_ItemsSyncState | ( | ) | const |
Synchronization state for next items synchronization operation.
| SyncFolderType Aspose::Email::Clients::Exchange::WebService::SyncState::get_SyncType | ( | ) | const |
Folder synchronization type
| void Aspose::Email::Clients::Exchange::WebService::SyncState::set_FoldersSyncState | ( | System::String | value | ) |
Synchronization state for next subfolders synchronization operation.
| void Aspose::Email::Clients::Exchange::WebService::SyncState::set_FolderUri | ( | System::String | value | ) |
The folder uri to synchronize
| void Aspose::Email::Clients::Exchange::WebService::SyncState::set_ItemsSyncState | ( | System::String | value | ) |
Synchronization state for next items synchronization operation.
| void Aspose::Email::Clients::Exchange::WebService::SyncState::set_SyncType | ( | SyncFolderType | value | ) |
Folder synchronization type