public class SyncFolderResult extends Object
Result for SyncFolder operation
Modifier and Type | Method and Description |
---|---|
ExchangeFolderInfoCollection |
getChangedFolders()
Collection of changed subfolders in the specified folder.
|
ExchangeMessageInfoCollection |
getChangedItems()
Collection of changed items in the specified folder.
|
String[] |
getDeletedFolders()
The array of subfolders in the specified folder that have been deleted.
|
String[] |
getDeletedItems()
The array of items that have been deleted.
|
ExchangeFolderInfoCollection |
getNewFolders()
Collection of new subfolders in the specified folder.
|
ExchangeMessageInfoCollection |
getNewItems()
Collection of new items in the specified folder.
|
com.aspose.ms.System.Collections.Generic.Dictionary<String,Boolean> |
getReadFlagChanged()
Collection of pairs of item uri and read-flag for items whose 'read' flag has been changed.
|
SyncState |
getSyncObject()
Synchronization object for next synchronization operation.
|
public final ExchangeFolderInfoCollection getNewFolders()
Collection of new subfolders in the specified folder.
public final ExchangeFolderInfoCollection getChangedFolders()
Collection of changed subfolders in the specified folder.
public final String[] getDeletedFolders()
The array of subfolders in the specified folder that have been deleted.
public final ExchangeMessageInfoCollection getNewItems()
Collection of new items in the specified folder.
public final ExchangeMessageInfoCollection getChangedItems()
Collection of changed items in the specified folder.
public final com.aspose.ms.System.Collections.Generic.Dictionary<String,Boolean> getReadFlagChanged()
Collection of pairs of item uri and read-flag for items whose 'read' flag has been changed.
public final String[] getDeletedItems()
The array of items that have been deleted.
public final SyncState getSyncObject()
Synchronization object for next synchronization operation.