IEWSClient.SyncFolder

SyncFolder(string)

Retrieves changes of the items and subfolders in a specified folder.

public SyncFolderResult SyncFolder(string folderUri)
ParameterTypeDescription
folderUriStringThe folder uri

Return Value

Returns result of SyncFolder operation.

See Also


SyncFolder(string, SyncFolderType)

Retrieves changes of the items and subfolders in a specified folder.

public SyncFolderResult SyncFolder(string folderUri, SyncFolderType syncType)
ParameterTypeDescription
folderUriStringThe folder uri
syncTypeSyncFolderTypeFolder synchronization type

Return Value

Returns result of SyncFolder operation.

See Also


SyncFolder(SyncState)

Retrieves changes of the items in a specified folder.

public SyncFolderResult SyncFolder(SyncState syncState)
ParameterTypeDescription
syncStateSyncStateThe synchronization state.

Return Value

Returns result of SyncFolder operation.

See Also


SyncFolder(string, string)

Retrieves changes of the items in a specified folder.

public SyncFolderResult SyncFolder(string folderUri, string syncState)
ParameterTypeDescription
folderUriStringThe folder uri
syncStateStringThe optional synchronization state. Must be null for first synchronization.

Return Value

Returns result of SyncFolder operation.

See Also


SyncFolder(string, string, IEnumerable<string>)

Retrieves changes of the items in a specified folder.

public SyncFolderResult SyncFolder(string folderUri, string syncState, 
    IEnumerable<string> ignoreList)
ParameterTypeDescription
folderUriStringThe folder uri
syncStateStringThe optional synchronization state. Must be null for first synchronization.
ignoreListIEnumerable`1The optional list of item uris that should be ignored.

Return Value

Returns result of SyncFolder operation.

See Also