Ews.GetUpdatedFoldersAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)
GetUpdatedFoldersAsync(EwsFolderId, String, Object)
Receives changes that occurred since the last checkpoint.
Declaration
public Task<EwsUpdatedFoldersInfo> GetUpdatedFoldersAsync(EwsFolderId folderId, string checkpoint, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsFolderId | folderId | Base folder of changes. |
| String | checkpoint | Checkpoint received in previous response. Use null (Nothing in VB) for the first request. |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task<EwsUpdatedFoldersInfo> | Returns information about updated folders. |