Class SyncFolderResult

SyncFolderResult class

Result for SyncFolder operation

public class SyncFolderResult

Properties

NameDescription
ChangedFolders { get; }Collection of changed subfolders in the specified folder.
ChangedItems { get; }Collection of changed items in the specified folder.
DeletedFolders { get; }The array of subfolders in the specified folder that have been deleted.
DeletedItems { get; }The array of items that have been deleted.
NewFolders { get; }Collection of new subfolders in the specified folder.
NewItems { get; }Collection of new items in the specified folder.
ReadFlagChanged { get; }Collection of pairs of item uri and read-flag for items whose ‘read’ flag has been changed.
SyncObject { get; }Synchronization object for next synchronization operation.

See Also