Ews.GetUpdatedFoldersAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9119)
GetUpdatedFoldersAsync(EwsFolderId, String, Object)
Begins asynchronous GetUpdatedFolders operation. 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 optional user-provided object that identifies this particular asynchronous operation.  | 
    
Returns
| Type | Description | 
|---|---|
| Task<EwsUpdatedFoldersInfo> | Returns information about updated folders.  |