Ews.GetUpdatedItems Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9119)
GetUpdatedItems(EwsFolderId, EwsItemFields, Int32, String)
Receives changes that occured since the last checkpoint.
Declaration
public EwsUpdatedItemsInfo GetUpdatedItems(EwsFolderId folderId, EwsItemFields fields, int maxChangesCount, string checkpoint)
Parameters
| Type | Name | Description | 
|---|---|---|
| EwsFolderId | folderId | Folder to get items from.  | 
    
| EwsItemFields | fields | Fields to return. Supported values are IdOnly, Default and All.  | 
    
| Int32 | maxChangesCount | How many changes will be returned. Maximum value supported by the server is usually 512.  | 
    
| String | checkpoint | Checkpoint received in previous response. Use null (Nothing in VB) for the first request.  | 
    
Returns
| Type | Description | 
|---|---|
| EwsUpdatedItemsInfo | Returns information about updated items.  |