Aspose::Email::Clients::Exchange::WebService::SyncState Class Reference

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...
 

Detailed Description

Synchronization object for folder synchronization operation.

Constructor & Destructor Documentation

◆ SyncState() [1/2]

Aspose::Email::Clients::Exchange::WebService::SyncState::SyncState ( )

Initializes a new instance of the SyncState class

◆ SyncState() [2/2]

Aspose::Email::Clients::Exchange::WebService::SyncState::SyncState ( System::String  folderUri)

Initializes a new instance of the SyncState class

Parameters
folderUriThe folder uri to synchronize

Member Function Documentation

◆ get_FoldersSyncState()

System::String Aspose::Email::Clients::Exchange::WebService::SyncState::get_FoldersSyncState ( ) const

Synchronization state for next subfolders synchronization operation.

◆ get_FolderUri()

System::String Aspose::Email::Clients::Exchange::WebService::SyncState::get_FolderUri ( ) const

The folder uri to synchronize

◆ get_IgnoredItems()

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.

◆ get_ItemsSyncState()

System::String Aspose::Email::Clients::Exchange::WebService::SyncState::get_ItemsSyncState ( ) const

Synchronization state for next items synchronization operation.

◆ get_SyncType()

SyncFolderType Aspose::Email::Clients::Exchange::WebService::SyncState::get_SyncType ( ) const

Folder synchronization type

◆ set_FoldersSyncState()

void Aspose::Email::Clients::Exchange::WebService::SyncState::set_FoldersSyncState ( System::String  value)

Synchronization state for next subfolders synchronization operation.

◆ set_FolderUri()

void Aspose::Email::Clients::Exchange::WebService::SyncState::set_FolderUri ( System::String  value)

The folder uri to synchronize

◆ set_ItemsSyncState()

void Aspose::Email::Clients::Exchange::WebService::SyncState::set_ItemsSyncState ( System::String  value)

Synchronization state for next items synchronization operation.

◆ set_SyncType()

void Aspose::Email::Clients::Exchange::WebService::SyncState::set_SyncType ( SyncFolderType  value)

Folder synchronization type