SyncFolderResult

Inheritance: java.lang.Object

public class SyncFolderResult

Result for SyncFolder operation

Methods

MethodDescription
equals(Object arg0)
getChangedFolders()Collection of changed subfolders in the specified folder.
getChangedItems()Collection of changed items in the specified folder.
getClass()
getDeletedFolders()The array of subfolders in the specified folder that have been deleted.
getDeletedItems()The array of items that have been deleted.
getNewFolders()Collection of new subfolders in the specified folder.
getNewItems()Collection of new items in the specified folder.
getReadFlagChanged()Collection of pairs of item uri and read-flag for items whose ‘read’ flag has been changed.
getSyncObject()Synchronization object for next synchronization operation.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getChangedFolders()

public final ExchangeFolderInfoCollection getChangedFolders()

Collection of changed subfolders in the specified folder.

Returns: ExchangeFolderInfoCollection

getChangedItems()

public final ExchangeMessageInfoCollection getChangedItems()

Collection of changed items in the specified folder.

Returns: ExchangeMessageInfoCollection

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDeletedFolders()

public final String[] getDeletedFolders()

The array of subfolders in the specified folder that have been deleted.

Returns: java.lang.String[]

getDeletedItems()

public final String[] getDeletedItems()

The array of items that have been deleted.

Returns: java.lang.String[]

getNewFolders()

public final ExchangeFolderInfoCollection getNewFolders()

Collection of new subfolders in the specified folder.

Returns: ExchangeFolderInfoCollection

getNewItems()

public final ExchangeMessageInfoCollection getNewItems()

Collection of new items in the specified folder.

Returns: ExchangeMessageInfoCollection

getReadFlagChanged()

public final System.Collections.Generic.Dictionary<String,Boolean> getReadFlagChanged()

Collection of pairs of item uri and read-flag for items whose ‘read’ flag has been changed.

Returns: com.aspose.ms.System.Collections.Generic.Dictionary<java.lang.String,java.lang.Boolean>

getSyncObject()

public final SyncState getSyncObject()

Synchronization object for next synchronization operation.

Returns: SyncState

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int