public class SyncFolderResult extends Object
Result for SyncFolder operation
Modifier and Type | Method and Description |
---|---|
ExchangeMessageInfoCollection |
getChangedItems()
Collection of changed items in the specified folder.
|
String[] |
getDeletedItems()
The array of items that have been deleted.
|
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.
|
String |
getSyncState()
Synchronization state for next synchronization operation.
|
public ExchangeMessageInfoCollection getNewItems()
Collection of new items in the specified folder.
ExchangeMessageInfoCollection
object.public ExchangeMessageInfoCollection getChangedItems()
Collection of changed items in the specified folder.
ExchangeMessageInfoCollection
object.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.
Dictionary
object.public String[] getDeletedItems()
The array of items that have been deleted.
String
objects.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.