IEWSClient.SyncFolder
SyncFolder(string)
Retrieves changes of the items and subfolders in a specified folder.
public SyncFolderResult SyncFolder(string folderUri)
Parameter | Type | Description |
---|---|---|
folderUri | String | The folder uri |
Return Value
Returns result of SyncFolder operation.
See Also
- class SyncFolderResult
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
SyncFolder(string, SyncFolderType)
Retrieves changes of the items and subfolders in a specified folder.
public SyncFolderResult SyncFolder(string folderUri, SyncFolderType syncType)
Parameter | Type | Description |
---|---|---|
folderUri | String | The folder uri |
syncType | SyncFolderType | Folder synchronization type |
Return Value
Returns result of SyncFolder operation.
See Also
- class SyncFolderResult
- enum SyncFolderType
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
SyncFolder(SyncState)
Retrieves changes of the items in a specified folder.
public SyncFolderResult SyncFolder(SyncState syncState)
Parameter | Type | Description |
---|---|---|
syncState | SyncState | The synchronization state. |
Return Value
Returns result of SyncFolder operation.
See Also
- class SyncFolderResult
- class SyncState
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
SyncFolder(string, string)
Retrieves changes of the items in a specified folder.
public SyncFolderResult SyncFolder(string folderUri, string syncState)
Parameter | Type | Description |
---|---|---|
folderUri | String | The folder uri |
syncState | String | The optional synchronization state. Must be null for first synchronization. |
Return Value
Returns result of SyncFolder operation.
See Also
- class SyncFolderResult
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email
SyncFolder(string, string, IEnumerable<string>)
Retrieves changes of the items in a specified folder.
public SyncFolderResult SyncFolder(string folderUri, string syncState,
IEnumerable<string> ignoreList)
Parameter | Type | Description |
---|---|---|
folderUri | String | The folder uri |
syncState | String | The optional synchronization state. Must be null for first synchronization. |
ignoreList | IEnumerable`1 | The optional list of item uris that should be ignored. |
Return Value
Returns result of SyncFolder operation.
See Also
- class SyncFolderResult
- interface IEWSClient
- namespace Aspose.Email.Clients.Exchange.WebService
- assembly Aspose.Email