Ews.GetUpdatedFolders Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9119)
GetUpdatedFolders(EwsFolderId, String)
Receives changes that occurred since the last checkpoint.
Declaration
public EwsUpdatedFoldersInfo GetUpdatedFolders(EwsFolderId folderId, string checkpoint)
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.  | 
    
Returns
| Type | Description | 
|---|---|
| EwsUpdatedFoldersInfo | Returns information about updated folders.  |