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 ExchangeFolderInfoCollection getNewFolders()
Collection of new subfolders in the specified folder.
public ExchangeFolderInfoCollection getChangedFolders()
Collection of changed subfolders in the specified folder.
public String[] getDeletedFolders()
The array of subfolders in the specified folder that have been deleted.
public ExchangeMessageInfoCollection getNewItems()
Collection of new items in the specified folder.
public ExchangeMessageInfoCollection getChangedItems()
Collection of changed items in the specified folder.
public 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 String[] getDeletedItems()
The array of items that have been deleted.
public SyncState getSyncObject()
Synchronization object for next synchronization operation.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.